Html Css Color HEX #CAE66A Mindaro

📋 copy color: '#CAE66A'

red 202 ◦ green 230 ◦ blue 106

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

Shades of Mindaro #CAE66A

Tints of Mindaro #CAE66A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.75%

 BLUE value IS 106 (41.8% from 255) = 19.7%

R = 37.55%
G = 42.75%
B = 19.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#CAE66A (or 0xCAE66A) is known color: Mindaro. HEX triplet: CA, E6 and 6A. RGB value is (202,230,106). Sum of RGB (Red+Green+Blue) = 202+230+106=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE66A is #351995. Grayscale: #CFCFCF. Windows color (decimal): -3479958 or 7005898. OLE color: 7005898.

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

Color convert

RGB 202 230 106 -
CMYK 0.12 0 0.54 0.10
HSL 73.55º 0.71% 0.66% -
HSV(B) 73.55º 0.54% 0.9% -
XYZ 55.26 70.19 24.27 -
YUV 207.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 202 230 106 0.12 0 0.54 0.10 73.55 0.71 0.66
Hex CA E6 6A C 0 36 A 4A 47 42
Octal 312 346 152 14 0 66 12 112 107 102
Binary 11001010 11100110 1101010 1100 0 110110 1010 1001010 1000111 1000010

Color Harmonies of #CAE66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE66A

Black with #CAE66A

Text Example


Text Example

White with #CAE66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE66A; }

 p { color: rgb(202,230,106); }

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

background-color css

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

 a { background-color: rgb(202,230,106); }

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

border-color css

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

 span { border-color: rgb(202,230,106); }

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