#d0f467

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

Shades of Mindaro #D0F467

Tints of Mindaro #D0F467

Color information

#D0F467 (or 0xD0F467) is unknown color: approx Mindaro. HEX triplet: D0, F4 and 67. RGB value is (208,244,103). Sum of RGB (Red+Green+Blue) = 208+244+103=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F467 is #2F0B98. Grayscale: #D9D9D9. Windows color (decimal): -3083161 or 6812880. OLE color: 6812880.

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

Color convert

RGB208244103-
CMYK0.1500.580.04
HSL75.32º86.5%68.04%-
HSV(B)75.32º57.79%95.69%-
XYZ60.8179.0924.89-
YUV217.1663.57121.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 244 (95.70% from 255) = 43.96%
BLUE value IS 103 (40.62% from 255) = 18.56%
R=37.48%
G=43.96%
B=18.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082441030.1500.580.0475.3286.568.04
HexD0F467F03A44b5744
Octal320364147170724113127104
Binary1101000011110100110011111110111010100100101110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0f467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0f467; }

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

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

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

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

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

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

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

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