Html Css Color HEX #CCEC55 Mindaro

📋 copy color: '#CCEC55'

red 204 ◦ green 236 ◦ blue 85

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

Shades of Mindaro #CCEC55

Tints of Mindaro #CCEC55

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.95%

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

R = 38.86%
G = 44.95%
B = 16.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#CCEC55 (or 0xCCEC55) is known color: Mindaro. HEX triplet: CC, EC and 55. RGB value is (204,236,85). Sum of RGB (Red+Green+Blue) = 204+236+85=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC55 is #3313AA. Grayscale: #D1D1D1. Windows color (decimal): -3347371 or 5631180. OLE color: 5631180.

HSL color Cylindrical-coordinate representation of color #CCEC55: hue angle of 72.72º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCEC55 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 85 -
CMYK 0.14 0 0.64 0.07
HSL 72.72º 0.8% 0.63% -
HSV(B) 72.72º 0.64% 0.93% -
XYZ 56.54 73.48 19.8 -
YUV 209.22 57.9 124.28 -
System Red Green Blue C M Y K H S L
Decimal 204 236 85 0.14 0 0.64 0.07 72.72 0.8 0.63
Hex CC EC 55 E 0 40 7 49 50 3F
Octal 314 354 125 16 0 100 7 111 120 77
Binary 11001100 11101100 1010101 1110 0 1000000 111 1001001 1010000 111111

Color Harmonies of #CCEC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC55

Black with #CCEC55

Text Example


Text Example

White with #CCEC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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