#CBDF7C

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

Shades of Sulu #CBDF7C

Tints of Sulu #CBDF7C

Color information

#CBDF7C (or 0xCBDF7C) is unknown color: approx Sulu. HEX triplet: CB, DF and 7C. RGB value is (203,223,124). Sum of RGB (Red+Green+Blue) = 203+223+124=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF7C is #342083. Grayscale: #CECECE. Windows color (decimal): -3416196 or 8183755. OLE color: 8183755.

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

Color convert

RGB203223124-
CMYK0.0900.440.13
HSL72.12º60.74%68.04%-
HSV(B)72.12º44.39%87.45%-
XYZ54.6566.9329.11-
YUV205.7381.87126.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 223 (87.5% from 255) = 40.55%
BLUE value IS 124 (48.83% from 255) = 22.55%
R=36.91%
G=40.55%
B=22.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032231240.0900.440.1372.1260.7468.04
HexCBDF7C902CD483d44
Octal313337174110541511075104
Binary1100101111011111111110010010101100110110010001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDF7C; }

 p { color: rgb(203,223,124); }

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

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

 a { background-color: rgb(203,223,124); }

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

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

 span { border-color: rgb(203,223,124); }

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