Html Css Color HEX #CCEA5A Mindaro

📋 copy color: '#CCEA5A'

red 204 ◦ green 234 ◦ blue 90

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

Shades of Mindaro #CCEA5A

Tints of Mindaro #CCEA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.05%

R = 38.64%
G = 44.32%
B = 17.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#CCEA5A (or 0xCCEA5A) is known color: Mindaro. HEX triplet: CC, EA and 5A. RGB value is (204,234,90). Sum of RGB (Red+Green+Blue) = 204+234+90=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA5A is #3315A5. Grayscale: #D1D1D1. Windows color (decimal): -3347878 or 5958348. OLE color: 5958348.

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

Color convert

RGB 204 234 90 -
CMYK 0.13 0 0.62 0.08
HSL 72.5º 0.77% 0.64% -
HSV(B) 72.5º 0.62% 0.92% -
XYZ 56.17 72.42 20.69 -
YUV 208.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 204 234 90 0.13 0 0.62 0.08 72.5 0.77 0.64
Hex CC EA 5A D 0 3E 8 48 4D 40
Octal 314 352 132 15 0 76 10 110 115 100
Binary 11001100 11101010 1011010 1101 0 111110 1000 1001000 1001101 1000000

Color Harmonies of #CCEA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA5A

Black with #CCEA5A

Text Example


Text Example

White with #CCEA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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