#CEE07B

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

Shades of Sulu #CEE07B

Tints of Sulu #CEE07B

Color information

#CEE07B (or 0xCEE07B) is unknown color: approx Sulu. HEX triplet: CE, E0 and 7B. RGB value is (206,224,123). Sum of RGB (Red+Green+Blue) = 206+224+123=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE07B is #311F84. Grayscale: #CFCFCF. Windows color (decimal): -3219333 or 8118478. OLE color: 8118478.

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

Color convert

RGB206224123-
CMYK0.0800.450.12
HSL70.69º61.96%68.04%-
HSV(B)70.69º45.09%87.84%-
XYZ55.6867.8628.9-
YUV207.180.54127.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 123 (48.44% from 255) = 22.24%
R=37.25%
G=40.51%
B=22.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062241230.0800.450.1270.6961.9668.04
HexCEE07B802DC473e44
Octal316340173100551410776104
Binary1100111011100000111101110000101101110010001111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE07B; }

 p { color: rgb(206,224,123); }

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

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

 a { background-color: rgb(206,224,123); }

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

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

 span { border-color: rgb(206,224,123); }

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