Html Css Color HEX #CCEE8A Sulu

📋 copy color: '#CCEE8A'

red 204 ◦ green 238 ◦ blue 138

#CCEE8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CCEE8A

Tints of Sulu #CCEE8A

RGB

 RED value IS 204 (80.08% from 255) = 35.17%

 GREEN value IS 238 (93.36% from 255) = 41.03%

 BLUE value IS 138 (54.3% from 255) = 23.79%

R = 35.17%
G = 41.03%
B = 23.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#CCEE8A (or 0xCCEE8A) is known color: Sulu. HEX triplet: CC, EE and 8A. RGB value is (204,238,138). Sum of RGB (Red+Green+Blue) = 204+238+138=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEE8A is #331175. Grayscale: #D8D8D8. Windows color (decimal): -3346806 or 9105100. OLE color: 9105100.

HSL color Cylindrical-coordinate representation of color #CCEE8A: hue angle of 80.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCEE8A is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 138 -
CMYK 0.14 0 0.42 0.07
HSL 80.4º 0.75% 0.74% -
HSV(B) 80.4º 0.42% 0.93% -
XYZ 60.06 75.82 35.51 -
YUV 216.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 204 238 138 0.14 0 0.42 0.07 80.4 0.75 0.74
Hex CC EE 8A E 0 2A 7 50 4B 4A
Octal 314 356 212 16 0 52 7 120 113 112
Binary 11001100 11101110 10001010 1110 0 101010 111 1010000 1001011 1001010

Color Harmonies of #CCEE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE8A

Black with #CCEE8A

Text Example


Text Example

White with #CCEE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE8A; }

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

 H1.HeaderClassName
 {
   color: #CCEE8A;
 }
 .AnyTagClassName
 {
   color: #CCEE8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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