Html Css Color HEX #CAE069 Mindaro

📋 copy color: '#CAE069'

red 202 ◦ green 224 ◦ blue 105

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

Shades of Mindaro #CAE069

Tints of Mindaro #CAE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.18%

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

R = 38.04%
G = 42.18%
B = 19.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#CAE069 (or 0xCAE069) is known color: Mindaro. HEX triplet: CA, E0 and 69. RGB value is (202,224,105). Sum of RGB (Red+Green+Blue) = 202+224+105=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE069 is #351F96. Grayscale: #CCCCCC. Windows color (decimal): -3481495 or 6938826. OLE color: 6938826.

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

Color convert

RGB 202 224 105 -
CMYK 0.10 0 0.53 0.12
HSL 71.09º 0.66% 0.65% -
HSV(B) 71.09º 0.53% 0.88% -
XYZ 53.56 66.89 23.45 -
YUV 203.86 72.21 126.68 -
System Red Green Blue C M Y K H S L
Decimal 202 224 105 0.10 0 0.53 0.12 71.09 0.66 0.65
Hex CA E0 69 A 0 35 C 47 42 41
Octal 312 340 151 12 0 65 14 107 102 101
Binary 11001010 11100000 1101001 1010 0 110101 1100 1000111 1000010 1000001

Color Harmonies of #CAE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE069

Black with #CAE069

Text Example


Text Example

White with #CAE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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