Html Css Color HEX #CCEA6D Mindaro

📋 copy color: '#CCEA6D'

red 204 ◦ green 234 ◦ blue 109

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

Shades of Mindaro #CCEA6D

Tints of Mindaro #CCEA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.93%

R = 37.29%
G = 42.78%
B = 19.93%

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

#CCEA6D (or 0xCCEA6D) is known color: Mindaro. HEX triplet: CC, EA and 6D. RGB value is (204,234,109). Sum of RGB (Red+Green+Blue) = 204+234+109=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA6D is #331592. Grayscale: #D3D3D3. Windows color (decimal): -3347859 or 7203532. OLE color: 7203532.

HSL color Cylindrical-coordinate representation of color #CCEA6D: hue angle of 74.4º 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 #CCEA6D is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 109 -
CMYK 0.13 0 0.53 0.08
HSL 74.4º 0.75% 0.67% -
HSV(B) 74.4º 0.53% 0.92% -
XYZ 57.08 72.79 25.51 -
YUV 210.78 70.56 123.16 -
System Red Green Blue C M Y K H S L
Decimal 204 234 109 0.13 0 0.53 0.08 74.4 0.75 0.67
Hex CC EA 6D D 0 35 8 4A 4B 43
Octal 314 352 155 15 0 65 10 112 113 103
Binary 11001100 11101010 1101101 1101 0 110101 1000 1001010 1001011 1000011

Color Harmonies of #CCEA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA6D

Black with #CCEA6D

Text Example


Text Example

White with #CCEA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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