#CAF467

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

Shades of Mindaro #CAF467

Tints of Mindaro #CAF467

Color information

#CAF467 (or 0xCAF467) is unknown color: approx Mindaro. HEX triplet: CA, F4 and 67. RGB value is (202,244,103). Sum of RGB (Red+Green+Blue) = 202+244+103=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF467 is #350B98. Grayscale: #D7D7D7. Windows color (decimal): -3476377 or 6812874. OLE color: 6812874.

HSL color Cylindrical-coordinate representation of color #CAF467: hue angle of 77.87º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAF467 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB202244103-
CMYK0.1700.580.04
HSL77.87º86.5%68.04%-
HSV(B)77.87º57.79%95.69%-
XYZ59.1678.2424.82-
YUV215.3764.59118.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 244 (95.70% from 255) = 44.44%
BLUE value IS 103 (40.62% from 255) = 18.76%
R=36.79%
G=44.44%
B=18.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441030.1700.580.0477.8786.568.04
HexCAF4671103A44e5744
Octal312364147210724116127104
Binary11001010111101001100111100010111010100100111010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF467; }

 p { color: rgb(202,244,103); }

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

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

 a { background-color: rgb(202,244,103); }

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

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

 span { border-color: rgb(202,244,103); }

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