Html Css Color HEX #CAE16E Mindaro

📋 copy color: '#CAE16E'

red 202 ◦ green 225 ◦ blue 110

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

Shades of Mindaro #CAE16E

Tints of Mindaro #CAE16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 37.62%
G = 41.9%
B = 20.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#CAE16E (or 0xCAE16E) is known color: Mindaro. HEX triplet: CA, E1 and 6E. RGB value is (202,225,110). Sum of RGB (Red+Green+Blue) = 202+225+110=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE16E is #351E91. Grayscale: #CDCDCD. Windows color (decimal): -3481234 or 7266762. OLE color: 7266762.

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

Color convert

RGB 202 225 110 -
CMYK 0.10 0 0.51 0.12
HSL 72º 0.66% 0.66% -
HSV(B) 72º 0.51% 0.88% -
XYZ 54.1 67.53 24.94 -
YUV 205.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 202 225 110 0.10 0 0.51 0.12 72 0.66 0.66
Hex CA E1 6E A 0 33 C 48 42 42
Octal 312 341 156 12 0 63 14 110 102 102
Binary 11001010 11100001 1101110 1010 0 110011 1100 1001000 1000010 1000010

Color Harmonies of #CAE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE16E

Black with #CAE16E

Text Example


Text Example

White with #CAE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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