#CCEF8A

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

Shades of Sulu #CCEF8A

Tints of Sulu #CCEF8A

Color information

#CCEF8A (or 0xCCEF8A) is unknown color: approx Sulu. HEX triplet: CC, EF and 8A. RGB value is (204,239,138). Sum of RGB (Red+Green+Blue) = 204+239+138=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF8A is #331075. Grayscale: #D9D9D9. Windows color (decimal): -3346550 or 9105356. OLE color: 9105356.

HSL color Cylindrical-coordinate representation of color #CCEF8A: hue angle of 80.79º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCEF8A is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB204239138-
CMYK0.1500.420.06
HSL80.79º75.94%73.92%-
HSV(B)80.79º42.26%93.73%-
XYZ60.3676.4135.61-
YUV217.0283.4118.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 239 (93.75% from 255) = 41.14%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=35.11%
G=41.14%
B=23.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391380.1500.420.0680.7975.9473.92
HexCCEF8AF02A6514c4a
Octal314357212170526121114112
Binary11001100111011111000101011110101010110101000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEF8A; }

 p { color: rgb(204,239,138); }

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

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

 a { background-color: rgb(204,239,138); }

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

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

 span { border-color: rgb(204,239,138); }

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