Html Css Color HEX #CCEA6E Mindaro

📋 copy color: '#CCEA6E'

red 204 ◦ green 234 ◦ blue 110

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

Shades of Mindaro #CCEA6E

Tints of Mindaro #CCEA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.07%

R = 37.23%
G = 42.7%
B = 20.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#CCEA6E (or 0xCCEA6E) is known color: Mindaro. HEX triplet: CC, EA and 6E. RGB value is (204,234,110). Sum of RGB (Red+Green+Blue) = 204+234+110=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA6E is #331591. Grayscale: #D3D3D3. Windows color (decimal): -3347858 or 7269068. OLE color: 7269068.

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

Color convert

RGB 204 234 110 -
CMYK 0.13 0 0.53 0.08
HSL 74.52º 0.75% 0.67% -
HSV(B) 74.52º 0.53% 0.92% -
XYZ 57.14 72.81 25.79 -
YUV 210.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 204 234 110 0.13 0 0.53 0.08 74.52 0.75 0.67
Hex CC EA 6E D 0 35 8 4B 4B 43
Octal 314 352 156 15 0 65 10 113 113 103
Binary 11001100 11101010 1101110 1101 0 110101 1000 1001011 1001011 1000011

Color Harmonies of #CCEA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA6E

Black with #CCEA6E

Text Example


Text Example

White with #CCEA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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