#CBE07D

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

Shades of Sulu #CBE07D

Tints of Sulu #CBE07D

Color information

#CBE07D (or 0xCBE07D) is unknown color: approx Sulu. HEX triplet: CB, E0 and 7D. RGB value is (203,224,125). Sum of RGB (Red+Green+Blue) = 203+224+125=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE07D is #341F82. Grayscale: #CECECE. Windows color (decimal): -3415939 or 8249547. OLE color: 8249547.

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

Color convert

RGB203224125-
CMYK0.0900.440.12
HSL72.73º61.49%68.43%-
HSV(B)72.73º44.2%87.84%-
XYZ54.9967.4929.53-
YUV206.4482.04125.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=36.78%
G=40.58%
B=22.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241250.0900.440.1272.7361.4968.43
HexCBE07D902CC493d44
Octal313340175110541411175104
Binary1100101111100000111110110010101100110010010011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE07D; }

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

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

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

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

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

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

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

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