Html Css Color HEX #CAE06F Mindaro

📋 copy color: '#CAE06F'

red 202 ◦ green 224 ◦ blue 111

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

Shades of Mindaro #CAE06F

Tints of Mindaro #CAE06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.67%

R = 37.62%
G = 41.71%
B = 20.67%

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

#CAE06F (or 0xCAE06F) is known color: Mindaro. HEX triplet: CA, E0 and 6F. RGB value is (202,224,111). Sum of RGB (Red+Green+Blue) = 202+224+111=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE06F is #351F90. Grayscale: #CCCCCC. Windows color (decimal): -3481489 or 7332042. OLE color: 7332042.

HSL color Cylindrical-coordinate representation of color #CAE06F: hue angle of 71.68º 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 #CAE06F is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 111 -
CMYK 0.10 0 0.50 0.12
HSL 71.68º 0.65% 0.66% -
HSV(B) 71.68º 0.5% 0.88% -
XYZ 53.88 67.02 25.13 -
YUV 204.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 202 224 111 0.10 0 0.50 0.12 71.68 0.65 0.66
Hex CA E0 6F A 0 32 C 48 41 42
Octal 312 340 157 12 0 62 14 110 101 102
Binary 11001010 11100000 1101111 1010 0 110010 1100 1001000 1000001 1000010

Color Harmonies of #CAE06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE06F

Black with #CAE06F

Text Example


Text Example

White with #CAE06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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