#CBDF7D

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

Shades of Sulu #CBDF7D

Tints of Sulu #CBDF7D

Color information

#CBDF7D (or 0xCBDF7D) is unknown color: approx Sulu. HEX triplet: CB, DF and 7D. RGB value is (203,223,125). Sum of RGB (Red+Green+Blue) = 203+223+125=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF7D is #342082. Grayscale: #CECECE. Windows color (decimal): -3416195 or 8249291. OLE color: 8249291.

HSL color Cylindrical-coordinate representation of color #CBDF7D: hue angle of 72.24º degrees, saturation: 0.6, 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 #CBDF7D is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB203223125-
CMYK0.0900.440.13
HSL72.24º60.49%68.24%-
HSV(B)72.24º43.95%87.45%-
XYZ54.7266.9529.44-
YUV205.8582.37125.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=36.84%
G=40.47%
B=22.69%

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
Decimal2032231250.0900.440.1372.2460.4968.24
HexCBDF7D902CD483c44
Octal313337175110541511074104
Binary1100101111011111111110110010101100110110010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDF7D; }

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

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

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

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

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

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

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

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