Html Css Color HEX #CCE08D Sulu

📋 copy color: '#CCE08D'

red 204 ◦ green 224 ◦ blue 141

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

Shades of Sulu #CCE08D

Tints of Sulu #CCE08D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.37%

 BLUE value IS 141 (55.47% from 255) = 24.78%

R = 35.85%
G = 39.37%
B = 24.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#CCE08D (or 0xCCE08D) is known color: Sulu. HEX triplet: CC, E0 and 8D. RGB value is (204,224,141). Sum of RGB (Red+Green+Blue) = 204+224+141=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE08D is #331F72. Grayscale: #D0D0D0. Windows color (decimal): -3350387 or 9298124. OLE color: 9298124.

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

Color convert

RGB 204 224 141 -
CMYK 0.09 0 0.37 0.12
HSL 74.46º 0.57% 0.72% -
HSV(B) 74.46º 0.37% 0.88% -
XYZ 56.37 68.07 35.37 -
YUV 208.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 204 224 141 0.09 0 0.37 0.12 74.46 0.57 0.72
Hex CC E0 8D 9 0 25 C 4A 39 48
Octal 314 340 215 11 0 45 14 112 71 110
Binary 11001100 11100000 10001101 1001 0 100101 1100 1001010 111001 1001000

Color Harmonies of #CCE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE08D

Black with #CCE08D

Text Example


Text Example

White with #CCE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE08D; }

 p { color: rgb(204,224,141); }

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

background-color css

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

 a { background-color: rgb(204,224,141); }

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

border-color css

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

 span { border-color: rgb(204,224,141); }

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