Html Css Color HEX #CCE18C Sulu

📋 copy color: '#CCE18C'

red 204 ◦ green 225 ◦ blue 140

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

Shades of Sulu #CCE18C

Tints of Sulu #CCE18C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.54%

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

R = 35.85%
G = 39.54%
B = 24.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#CCE18C (or 0xCCE18C) is known color: Sulu. HEX triplet: CC, E1 and 8C. RGB value is (204,225,140). Sum of RGB (Red+Green+Blue) = 204+225+140=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE18C is #331E73. Grayscale: #D1D1D1. Windows color (decimal): -3350132 or 9232844. OLE color: 9232844.

HSL color Cylindrical-coordinate representation of color #CCE18C: hue angle of 74.82º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCE18C is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 140 -
CMYK 0.09 0 0.38 0.12
HSL 74.82º 0.59% 0.72% -
HSV(B) 74.82º 0.38% 0.88% -
XYZ 56.56 68.58 35.07 -
YUV 209.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 204 225 140 0.09 0 0.38 0.12 74.82 0.59 0.72
Hex CC E1 8C 9 0 26 C 4B 3B 48
Octal 314 341 214 11 0 46 14 113 73 110
Binary 11001100 11100001 10001100 1001 0 100110 1100 1001011 111011 1001000

Color Harmonies of #CCE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE18C

Black with #CCE18C

Text Example


Text Example

White with #CCE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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