#D2F362

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

Shades of Mindaro #D2F362

Tints of Mindaro #D2F362

Color information

#D2F362 (or 0xD2F362) is unknown color: approx Mindaro. HEX triplet: D2, F3 and 62. RGB value is (210,243,98). Sum of RGB (Red+Green+Blue) = 210+243+98=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F362 is #2D0C9D. Grayscale: #D9D9D9. Windows color (decimal): -2952350 or 6484946. OLE color: 6484946.

HSL color Cylindrical-coordinate representation of color #D2F362: hue angle of 73.66º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2F362 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB21024398-
CMYK0.1400.600.05
HSL73.66º85.8%66.86%-
HSV(B)73.66º59.67%95.29%-
XYZ60.8378.6823.54-
YUV216.661.07123.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 243 (95.31% from 255) = 44.10%
BLUE value IS 98 (38.67% from 255) = 17.79%
R=38.11%
G=44.10%
B=17.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210243980.1400.600.0573.6685.866.86
HexD2F362E03C54a5643
Octal322363142160745112126103
Binary1101001011110011110001011100111100101100101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F362; }

 p { color: rgb(210,243,98); }

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

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

 a { background-color: rgb(210,243,98); }

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

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

 span { border-color: rgb(210,243,98); }

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