Html Css Color HEX #CCE155 Wild Willow

📋 copy color: '#CCE155'

red 204 ◦ green 225 ◦ blue 85

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

Shades of Wild Willow #CCE155

Tints of Wild Willow #CCE155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.54%

R = 39.69%
G = 43.77%
B = 16.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#CCE155 (or 0xCCE155) is known color: Wild Willow. HEX triplet: CC, E1 and 55. RGB value is (204,225,85). Sum of RGB (Red+Green+Blue) = 204+225+85=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE155 is #331EAA. Grayscale: #CBCBCB. Windows color (decimal): -3350187 or 5628364. OLE color: 5628364.

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

Color convert

RGB 204 225 85 -
CMYK 0.09 0 0.62 0.12
HSL 69º 0.7% 0.61% -
HSV(B) 69º 0.62% 0.88% -
XYZ 53.47 67.34 18.77 -
YUV 202.76 61.54 128.88 -
System Red Green Blue C M Y K H S L
Decimal 204 225 85 0.09 0 0.62 0.12 69 0.7 0.61
Hex CC E1 55 9 0 3E C 45 46 3D
Octal 314 341 125 11 0 76 14 105 106 75
Binary 11001100 11100001 1010101 1001 0 111110 1100 1000101 1000110 111101

Color Harmonies of #CCE155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE155

Black with #CCE155

Text Example


Text Example

White with #CCE155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE155; }

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

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

background-color css

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

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

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

border-color css

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

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

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