#D2F467

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

Shades of Mindaro #D2F467

Tints of Mindaro #D2F467

Color information

#D2F467 (or 0xD2F467) is unknown color: approx Mindaro. HEX triplet: D2, F4 and 67. RGB value is (210,244,103). Sum of RGB (Red+Green+Blue) = 210+244+103=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F467 is #2D0B98. Grayscale: #DADADA. Windows color (decimal): -2952089 or 6812882. OLE color: 6812882.

HSL color Cylindrical-coordinate representation of color #D2F467: hue angle of 74.47º 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 #D2F467 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB210244103-
CMYK0.1400.580.04
HSL74.47º86.5%68.04%-
HSV(B)74.47º57.79%95.69%-
XYZ61.3879.3824.92-
YUV217.7663.24122.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 103 (40.62% from 255) = 18.49%
R=37.70%
G=43.81%
B=18.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102441030.1400.580.0474.4786.568.04
HexD2F467E03A44a5744
Octal322364147160724112127104
Binary1101001011110100110011111100111010100100101010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F467; }

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

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

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

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

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

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

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

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