#CAE172

Color #CAE172 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CAE172

Tints of Mindaro #CAE172

Color information

#CAE172 (or 0xCAE172) is unknown color: approx Mindaro. HEX triplet: CA, E1 and 72. RGB value is (202,225,114). Sum of RGB (Red+Green+Blue) = 202+225+114=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE172 is #351E8D. Grayscale: #CDCDCD. Windows color (decimal): -3481230 or 7528906. OLE color: 7528906.

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

Color convert

RGB202225114-
CMYK0.1000.490.12
HSL72.43º64.91%66.47%-
HSV(B)72.43º49.33%88.24%-
XYZ54.3267.6226.11-
YUV205.4776.38125.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 225 (88.28% from 255) = 41.59%
BLUE value IS 114 (44.92% from 255) = 21.07%
R=37.34%
G=41.59%
B=21.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251140.1000.490.1272.4364.9166.47
HexCAE172A031C484142
Octal3123411621206114110101102
Binary11001010111000011110010101001100011100100100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE172; }

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

 H1.HeaderClassName
 {
   color: #CAE172;
 }
 .AnyTagClassName
 {
   color: #CAE172;
 }
</style>
background-color css

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

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

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

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

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

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