Html Css Color HEX #CCEE8C Sulu

📋 copy color: '#CCEE8C'

red 204 ◦ green 238 ◦ blue 140

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

Shades of Sulu #CCEE8C

Tints of Sulu #CCEE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.05%

R = 35.05%
G = 40.89%
B = 24.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#CCEE8C (or 0xCCEE8C) is known color: Sulu. HEX triplet: CC, EE and 8C. RGB value is (204,238,140). Sum of RGB (Red+Green+Blue) = 204+238+140=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEE8C is #331173. Grayscale: #D9D9D9. Windows color (decimal): -3346804 or 9236172. OLE color: 9236172.

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

Color convert

RGB 204 238 140 -
CMYK 0.14 0 0.41 0.07
HSL 80.82º 0.74% 0.74% -
HSV(B) 80.82º 0.41% 0.93% -
XYZ 60.21 75.88 36.28 -
YUV 216.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 204 238 140 0.14 0 0.41 0.07 80.82 0.74 0.74
Hex CC EE 8C E 0 29 7 51 4A 4A
Octal 314 356 214 16 0 51 7 121 112 112
Binary 11001100 11101110 10001100 1110 0 101001 111 1010001 1001010 1001010

Color Harmonies of #CCEE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE8C

Black with #CCEE8C

Text Example


Text Example

White with #CCEE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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