Html Css Color HEX #CAE071 Mindaro

📋 copy color: '#CAE071'

red 202 ◦ green 224 ◦ blue 113

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

Shades of Mindaro #CAE071

Tints of Mindaro #CAE071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.96%

R = 37.48%
G = 41.56%
B = 20.96%

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

#CAE071 (or 0xCAE071) is known color: Mindaro. HEX triplet: CA, E0 and 71. RGB value is (202,224,113). Sum of RGB (Red+Green+Blue) = 202+224+113=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE071 is #351F8E. Grayscale: #CDCDCD. Windows color (decimal): -3481487 or 7463114. OLE color: 7463114.

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

Color convert

RGB 202 224 113 -
CMYK 0.10 0 0.50 0.12
HSL 71.89º 0.64% 0.66% -
HSV(B) 71.89º 0.5% 0.88% -
XYZ 53.99 67.06 25.72 -
YUV 204.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 202 224 113 0.10 0 0.50 0.12 71.89 0.64 0.66
Hex CA E0 71 A 0 32 C 48 40 42
Octal 312 340 161 12 0 62 14 110 100 102
Binary 11001010 11100000 1110001 1010 0 110010 1100 1001000 1000000 1000010

Color Harmonies of #CAE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE071

Black with #CAE071

Text Example


Text Example

White with #CAE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE071; }

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

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

background-color css

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

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

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

border-color css

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

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

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