#D4F362

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

Shades of Mindaro #D4F362

Tints of Mindaro #D4F362

Color information

#D4F362 (or 0xD4F362) is unknown color: approx Mindaro. HEX triplet: D4, F3 and 62. RGB value is (212,243,98). Sum of RGB (Red+Green+Blue) = 212+243+98=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F362 is #2B0C9D. Grayscale: #D9D9D9. Windows color (decimal): -2821278 or 6484948. OLE color: 6484948.

HSL color Cylindrical-coordinate representation of color #D4F362: hue angle of 72.83º 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 #D4F362 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB21224398-
CMYK0.1300.600.05
HSL72.83º85.8%66.86%-
HSV(B)72.83º59.67%95.29%-
XYZ61.4178.9823.56-
YUV217.260.73124.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 243 (95.31% from 255) = 43.94%
BLUE value IS 98 (38.67% from 255) = 17.72%
R=38.34%
G=43.94%
B=17.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212243980.1300.600.0572.8385.866.86
HexD4F362D03C5495643
Octal324363142150745111126103
Binary1101010011110011110001011010111100101100100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F362; }

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

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

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

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

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

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

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

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