Html Css Color HEX #CAE072 Mindaro

📋 copy color: '#CAE072'

red 202 ◦ green 224 ◦ blue 114

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

Shades of Mindaro #CAE072

Tints of Mindaro #CAE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.11%

R = 37.41%
G = 41.48%
B = 21.11%

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

#CAE072 (or 0xCAE072) is known color: Mindaro. HEX triplet: CA, E0 and 72. RGB value is (202,224,114). Sum of RGB (Red+Green+Blue) = 202+224+114=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE072 is #351F8D. Grayscale: #CDCDCD. Windows color (decimal): -3481486 or 7528650. OLE color: 7528650.

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

Color convert

RGB 202 224 114 -
CMYK 0.10 0 0.49 0.12
HSL 72º 0.64% 0.66% -
HSV(B) 72º 0.49% 0.88% -
XYZ 54.05 67.08 26.02 -
YUV 204.88 76.71 125.94 -
System Red Green Blue C M Y K H S L
Decimal 202 224 114 0.10 0 0.49 0.12 72 0.64 0.66
Hex CA E0 72 A 0 31 C 48 40 42
Octal 312 340 162 12 0 61 14 110 100 102
Binary 11001010 11100000 1110010 1010 0 110001 1100 1001000 1000000 1000010

Color Harmonies of #CAE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE072

Black with #CAE072

Text Example


Text Example

White with #CAE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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