#CCEB74

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

Shades of Sulu #CCEB74

Tints of Sulu #CCEB74

Color information

#CCEB74 (or 0xCCEB74) is unknown color: approx Sulu. HEX triplet: CC, EB and 74. RGB value is (204,235,116). Sum of RGB (Red+Green+Blue) = 204+235+116=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB74 is #33148B. Grayscale: #D4D4D4. Windows color (decimal): -3347596 or 7662540. OLE color: 7662540.

HSL color Cylindrical-coordinate representation of color #CCEB74: hue angle of 75.63º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCEB74 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB204235116-
CMYK0.1300.510.08
HSL75.63º74.84%68.82%-
HSV(B)75.63º50.64%92.16%-
XYZ57.7673.5127.67-
YUV212.1673.73122.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 116 (45.70% from 255) = 20.90%
R=36.76%
G=42.34%
B=20.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351160.1300.510.0875.6374.8468.82
HexCCEB74D03384c4b45
Octal3143531641506310114113105
Binary11001100111010111110100110101100111000100110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB74; }

 p { color: rgb(204,235,116); }

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

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

 a { background-color: rgb(204,235,116); }

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

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

 span { border-color: rgb(204,235,116); }

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