Html Css Color HEX #CAE073 Mindaro

📋 copy color: '#CAE073'

red 202 ◦ green 224 ◦ blue 115

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

Shades of Mindaro #CAE073

Tints of Mindaro #CAE073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.26%

R = 37.34%
G = 41.4%
B = 21.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#CAE073 (or 0xCAE073) is known color: Mindaro. HEX triplet: CA, E0 and 73. RGB value is (202,224,115). Sum of RGB (Red+Green+Blue) = 202+224+115=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE073 is #351F8C. Grayscale: #CDCDCD. Windows color (decimal): -3481485 or 7594186. OLE color: 7594186.

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

Color convert

RGB 202 224 115 -
CMYK 0.10 0 0.49 0.12
HSL 72.11º 0.64% 0.66% -
HSV(B) 72.11º 0.49% 0.88% -
XYZ 54.11 67.11 26.32 -
YUV 205 77.21 125.86 -
System Red Green Blue C M Y K H S L
Decimal 202 224 115 0.10 0 0.49 0.12 72.11 0.64 0.66
Hex CA E0 73 A 0 31 C 48 40 42
Octal 312 340 163 12 0 61 14 110 100 102
Binary 11001010 11100000 1110011 1010 0 110001 1100 1001000 1000000 1000010

Color Harmonies of #CAE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE073

Black with #CAE073

Text Example


Text Example

White with #CAE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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