Html Css Color HEX #CCE18D Sulu

📋 copy color: '#CCE18D'

red 204 ◦ green 225 ◦ blue 141

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

Shades of Sulu #CCE18D

Tints of Sulu #CCE18D

RGB

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

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

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

R = 35.79%
G = 39.47%
B = 24.74%

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

#CCE18D (or 0xCCE18D) is known color: Sulu. HEX triplet: CC, E1 and 8D. RGB value is (204,225,141). Sum of RGB (Red+Green+Blue) = 204+225+141=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE18D is #331E72. Grayscale: #D1D1D1. Windows color (decimal): -3350131 or 9298380. OLE color: 9298380.

HSL color Cylindrical-coordinate representation of color #CCE18D: hue angle of 75º degrees, saturation: 0.58, 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 #CCE18D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 141 -
CMYK 0.09 0 0.37 0.12
HSL 75º 0.58% 0.72% -
HSV(B) 75º 0.37% 0.88% -
XYZ 56.63 68.61 35.46 -
YUV 209.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 204 225 141 0.09 0 0.37 0.12 75 0.58 0.72
Hex CC E1 8D 9 0 25 C 4B 3A 48
Octal 314 341 215 11 0 45 14 113 72 110
Binary 11001100 11100001 10001101 1001 0 100101 1100 1001011 111010 1001000

Color Harmonies of #CCE18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE18D

Black with #CCE18D

Text Example


Text Example

White with #CCE18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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