#CBE382

Color #CBE382 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBE382

Tints of Sulu #CBE382

Color information

#CBE382 (or 0xCBE382) is unknown color: approx Sulu. HEX triplet: CB, E3 and 82. RGB value is (203,227,130). Sum of RGB (Red+Green+Blue) = 203+227+130=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE382 is #341C7D. Grayscale: #D1D1D1. Windows color (decimal): -3415166 or 8577995. OLE color: 8577995.

HSL color Cylindrical-coordinate representation of color #CBE382: hue angle of 74.85º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBE382 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB203227130-
CMYK0.1100.430.11
HSL74.85º63.4%70%-
HSV(B)74.85º42.73%89.02%-
XYZ56.1369.2531.53-
YUV208.7783.55123.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 227 (89.06% from 255) = 40.54%
BLUE value IS 130 (51.17% from 255) = 23.21%
R=36.25%
G=40.54%
B=23.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032271300.1100.430.1174.8563.470
HexCBE382B02BB4b3f46
Octal313343202130531311377106
Binary11001011111000111000001010110101011101110010111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE382; }

 p { color: rgb(203,227,130); }

 H1.HeaderClassName
 {
   color: #CBE382;
 }
 .AnyTagClassName
 {
   color: #CBE382;
 }
</style>
background-color css

<style>
 a { background-color: #CBE382; }

 a { background-color: rgb(203,227,130); }

 div.DivClassName
 {
   background-color: #CBE382;
 }
 .BgClassName
 {
   background-color: #CBE382;
 }
</style>
border-color css

<style>
 span { border-color: #CBE382; }

 span { border-color: rgb(203,227,130); }

 td.TdClassName
 {
   border-color: #CBE382;
 }
 .TagClassName
 {
   border-color: #CBE382;
 }
</style>