Html Css Color HEX #CCE76A Mindaro

📋 copy color: '#CCE76A'

red 204 ◦ green 231 ◦ blue 106

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

Shades of Mindaro #CCE76A

Tints of Mindaro #CCE76A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.7%

 BLUE value IS 106 (41.8% from 255) = 19.59%

R = 37.71%
G = 42.7%
B = 19.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#CCE76A (or 0xCCE76A) is known color: Mindaro. HEX triplet: CC, E7 and 6A. RGB value is (204,231,106). Sum of RGB (Red+Green+Blue) = 204+231+106=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE76A is #331895. Grayscale: #D1D1D1. Windows color (decimal): -3348630 or 7006156. OLE color: 7006156.

HSL color Cylindrical-coordinate representation of color #CCE76A: hue angle of 72.96º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE76A is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 231 106 -
CMYK 0.12 0 0.54 0.09
HSL 72.96º 0.72% 0.66% -
HSV(B) 72.96º 0.54% 0.91% -
XYZ 56.08 71.03 24.39 -
YUV 208.68 70.05 124.66 -
System Red Green Blue C M Y K H S L
Decimal 204 231 106 0.12 0 0.54 0.09 72.96 0.72 0.66
Hex CC E7 6A C 0 36 9 49 48 42
Octal 314 347 152 14 0 66 11 111 110 102
Binary 11001100 11100111 1101010 1100 0 110110 1001 1001001 1001000 1000010

Color Harmonies of #CCE76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE76A

Black with #CCE76A

Text Example


Text Example

White with #CCE76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE76A; }

 p { color: rgb(204,231,106); }

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

background-color css

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

 a { background-color: rgb(204,231,106); }

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

border-color css

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

 span { border-color: rgb(204,231,106); }

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