Html Css Color HEX #CCE45A Mindaro

📋 copy color: '#CCE45A'

red 204 ◦ green 228 ◦ blue 90

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

Shades of Mindaro #CCE45A

Tints of Mindaro #CCE45A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.68%

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

R = 39.08%
G = 43.68%
B = 17.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#CCE45A (or 0xCCE45A) is known color: Mindaro. HEX triplet: CC, E4 and 5A. RGB value is (204,228,90). Sum of RGB (Red+Green+Blue) = 204+228+90=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE45A is #331BA5. Grayscale: #CDCDCD. Windows color (decimal): -3349414 or 5956812. OLE color: 5956812.

HSL color Cylindrical-coordinate representation of color #CCE45A: hue angle of 70.43º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCE45A is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 90 -
CMYK 0.11 0 0.61 0.11
HSL 70.43º 0.72% 0.62% -
HSV(B) 70.43º 0.61% 0.89% -
XYZ 54.49 69.06 20.13 -
YUV 205.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 204 228 90 0.11 0 0.61 0.11 70.43 0.72 0.62
Hex CC E4 5A B 0 3D B 46 48 3E
Octal 314 344 132 13 0 75 13 106 110 76
Binary 11001100 11100100 1011010 1011 0 111101 1011 1000110 1001000 111110

Color Harmonies of #CCE45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE45A

Black with #CCE45A

Text Example


Text Example

White with #CCE45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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