#cce07b

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

Shades of Sulu #CCE07B

Tints of Sulu #CCE07B

Color information

#CCE07B (or 0xCCE07B) is unknown color: approx Sulu. HEX triplet: CC, E0 and 7B. RGB value is (204,224,123). Sum of RGB (Red+Green+Blue) = 204+224+123=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE07B is #331F84. Grayscale: #CECECE. Windows color (decimal): -3350405 or 8118476. OLE color: 8118476.

HSL color Cylindrical-coordinate representation of color #CCE07B: hue angle of 71.88º 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 #CCE07B is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB204224123-
CMYK0.0900.450.12
HSL71.88º61.96%68.04%-
HSV(B)71.88º45.09%87.84%-
XYZ55.1367.5828.88-
YUV206.5180.87126.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 123 (48.44% from 255) = 22.32%
R=37.02%
G=40.65%
B=22.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241230.0900.450.1271.8861.9668.04
HexCCE07B902DC483e44
Octal314340173110551411076104
Binary1100110011100000111101110010101101110010010001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cce07b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cce07b; }

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

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

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

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

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

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

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

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