Html Css Color HEX #CAE869 Mindaro

📋 copy color: '#CAE869'

red 202 ◦ green 232 ◦ blue 105

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

Shades of Mindaro #CAE869

Tints of Mindaro #CAE869

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.04%

 BLUE value IS 105 (41.41% from 255) = 19.48%

R = 37.48%
G = 43.04%
B = 19.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CAE869 (or 0xCAE869) is known color: Mindaro. HEX triplet: CA, E8 and 69. RGB value is (202,232,105). Sum of RGB (Red+Green+Blue) = 202+232+105=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE869 is #351796. Grayscale: #D1D1D1. Windows color (decimal): -3479447 or 6940874. OLE color: 6940874.

HSL color Cylindrical-coordinate representation of color #CAE869: hue angle of 74.17º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAE869 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 105 -
CMYK 0.13 0 0.55 0.09
HSL 74.17º 0.73% 0.66% -
HSV(B) 74.17º 0.55% 0.91% -
XYZ 55.76 71.29 24.19 -
YUV 208.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 202 232 105 0.13 0 0.55 0.09 74.17 0.73 0.66
Hex CA E8 69 D 0 37 9 4A 49 42
Octal 312 350 151 15 0 67 11 112 111 102
Binary 11001010 11101000 1101001 1101 0 110111 1001 1001010 1001001 1000010

Color Harmonies of #CAE869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE869

Black with #CAE869

Text Example


Text Example

White with #CAE869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE869; }

 p { color: rgb(202,232,105); }

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

background-color css

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

 a { background-color: rgb(202,232,105); }

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

border-color css

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

 span { border-color: rgb(202,232,105); }

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