Html Css Color HEX #CCE585 Sulu

📋 copy color: '#CCE585'

red 204 ◦ green 229 ◦ blue 133

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

Shades of Sulu #CCE585

Tints of Sulu #CCE585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.46%

 BLUE value IS 133 (52.34% from 255) = 23.5%

R = 36.04%
G = 40.46%
B = 23.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#CCE585 (or 0xCCE585) is known color: Sulu. HEX triplet: CC, E5 and 85. RGB value is (204,229,133). Sum of RGB (Red+Green+Blue) = 204+229+133=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE585 is #331A7A. Grayscale: #D2D2D2. Windows color (decimal): -3349115 or 8775116. OLE color: 8775116.

HSL color Cylindrical-coordinate representation of color #CCE585: hue angle of 75.63º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCE585 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 133 -
CMYK 0.11 0 0.42 0.10
HSL 75.63º 0.65% 0.71% -
HSV(B) 75.63º 0.42% 0.9% -
XYZ 57.15 70.57 32.8 -
YUV 210.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 204 229 133 0.11 0 0.42 0.10 75.63 0.65 0.71
Hex CC E5 85 B 0 2A A 4C 41 47
Octal 314 345 205 13 0 52 12 114 101 107
Binary 11001100 11100101 10000101 1011 0 101010 1010 1001100 1000001 1000111

Color Harmonies of #CCE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE585

Black with #CCE585

Text Example


Text Example

White with #CCE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE585; }

 p { color: rgb(204,229,133); }

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

background-color css

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

 a { background-color: rgb(204,229,133); }

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

border-color css

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

 span { border-color: rgb(204,229,133); }

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