Html Css Color HEX #CCEA71 Mindaro

📋 copy color: '#CCEA71'

red 204 ◦ green 234 ◦ blue 113

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

Shades of Mindaro #CCEA71

Tints of Mindaro #CCEA71

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

 BLUE value IS 113 (44.53% from 255) = 20.51%

R = 37.02%
G = 42.47%
B = 20.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#CCEA71 (or 0xCCEA71) is known color: Mindaro. HEX triplet: CC, EA and 71. RGB value is (204,234,113). Sum of RGB (Red+Green+Blue) = 204+234+113=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA71 is #33158E. Grayscale: #D3D3D3. Windows color (decimal): -3347855 or 7465676. OLE color: 7465676.

HSL color Cylindrical-coordinate representation of color #CCEA71: hue angle of 74.88º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCEA71 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 113 -
CMYK 0.13 0 0.52 0.08
HSL 74.88º 0.74% 0.68% -
HSV(B) 74.88º 0.52% 0.92% -
XYZ 57.31 72.88 26.67 -
YUV 211.24 72.56 122.84 -
System Red Green Blue C M Y K H S L
Decimal 204 234 113 0.13 0 0.52 0.08 74.88 0.74 0.68
Hex CC EA 71 D 0 34 8 4B 4A 44
Octal 314 352 161 15 0 64 10 113 112 104
Binary 11001100 11101010 1110001 1101 0 110100 1000 1001011 1001010 1000100

Color Harmonies of #CCEA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA71

Black with #CCEA71

Text Example


Text Example

White with #CCEA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA71; }

 p { color: rgb(204,234,113); }

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

background-color css

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

 a { background-color: rgb(204,234,113); }

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

border-color css

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

 span { border-color: rgb(204,234,113); }

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