Html Css Color HEX #CAE566 Mindaro

📋 copy color: '#CAE566'

red 202 ◦ green 229 ◦ blue 102

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

Shades of Mindaro #CAE566

Tints of Mindaro #CAE566

RGB

 RED value IS 202 (79.3% from 255) = 37.9%

 GREEN value IS 229 (89.84% from 255) = 42.96%

 BLUE value IS 102 (40.23% from 255) = 19.14%

R = 37.9%
G = 42.96%
B = 19.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#CAE566 (or 0xCAE566) is known color: Mindaro. HEX triplet: CA, E5 and 66. RGB value is (202,229,102). Sum of RGB (Red+Green+Blue) = 202+229+102=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE566 is #351A99. Grayscale: #CECECE. Windows color (decimal): -3480218 or 6743498. OLE color: 6743498.

HSL color Cylindrical-coordinate representation of color #CAE566: hue angle of 72.76º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAE566 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 102 -
CMYK 0.12 0 0.55 0.10
HSL 72.76º 0.71% 0.65% -
HSV(B) 72.76º 0.55% 0.9% -
XYZ 54.77 69.55 23.11 -
YUV 206.45 69.05 124.83 -
System Red Green Blue C M Y K H S L
Decimal 202 229 102 0.12 0 0.55 0.10 72.76 0.71 0.65
Hex CA E5 66 C 0 37 A 49 47 41
Octal 312 345 146 14 0 67 12 111 107 101
Binary 11001010 11100101 1100110 1100 0 110111 1010 1001001 1000111 1000001

Color Harmonies of #CAE566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE566

Black with #CAE566

Text Example


Text Example

White with #CAE566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE566; }

 p { color: rgb(202,229,102); }

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

background-color css

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

 a { background-color: rgb(202,229,102); }

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

border-color css

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

 span { border-color: rgb(202,229,102); }

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