#CBDE7B

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

Shades of Sulu #CBDE7B

Tints of Sulu #CBDE7B

Color information

#CBDE7B (or 0xCBDE7B) is unknown color: approx Sulu. HEX triplet: CB, DE and 7B. RGB value is (203,222,123). Sum of RGB (Red+Green+Blue) = 203+222+123=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDE7B is #342184. Grayscale: #CDCDCD. Windows color (decimal): -3416453 or 8117963. OLE color: 8117963.

HSL color Cylindrical-coordinate representation of color #CBDE7B: hue angle of 71.52º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBDE7B is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB203222123-
CMYK0.0900.450.13
HSL71.52º60%67.65%-
HSV(B)71.52º44.59%87.06%-
XYZ54.3366.3728.69-
YUV205.0381.71126.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 222 (87.11% from 255) = 40.51%
BLUE value IS 123 (48.44% from 255) = 22.45%
R=37.04%
G=40.51%
B=22.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032221230.0900.450.1371.526067.65
HexCBDE7B902DD483c44
Octal313336173110551511074104
Binary1100101111011110111101110010101101110110010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDE7B; }

 p { color: rgb(203,222,123); }

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

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

 a { background-color: rgb(203,222,123); }

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

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

 span { border-color: rgb(203,222,123); }

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