Html Css Color HEX #CAE170 Mindaro

📋 copy color: '#CAE170'

red 202 ◦ green 225 ◦ blue 112

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

Shades of Mindaro #CAE170

Tints of Mindaro #CAE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.74%

 BLUE value IS 112 (44.14% from 255) = 20.78%

R = 37.48%
G = 41.74%
B = 20.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CAE170 (or 0xCAE170) is known color: Mindaro. HEX triplet: CA, E1 and 70. RGB value is (202,225,112). Sum of RGB (Red+Green+Blue) = 202+225+112=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE170 is #351E8F. Grayscale: #CDCDCD. Windows color (decimal): -3481232 or 7397834. OLE color: 7397834.

HSL color Cylindrical-coordinate representation of color #CAE170: hue angle of 72.21º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAE170 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 112 -
CMYK 0.10 0 0.50 0.12
HSL 72.21º 0.65% 0.66% -
HSV(B) 72.21º 0.5% 0.88% -
XYZ 54.21 67.58 25.52 -
YUV 205.24 75.38 125.69 -
System Red Green Blue C M Y K H S L
Decimal 202 225 112 0.10 0 0.50 0.12 72.21 0.65 0.66
Hex CA E1 70 A 0 32 C 48 41 42
Octal 312 341 160 12 0 62 14 110 101 102
Binary 11001010 11100001 1110000 1010 0 110010 1100 1001000 1000001 1000010

Color Harmonies of #CAE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE170

Black with #CAE170

Text Example


Text Example

White with #CAE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE170; }

 p { color: rgb(202,225,112); }

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

background-color css

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

 a { background-color: rgb(202,225,112); }

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

border-color css

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

 span { border-color: rgb(202,225,112); }

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