#D3F378

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

Shades of Mindaro #D3F378

Tints of Mindaro #D3F378

Color information

#D3F378 (or 0xD3F378) is unknown color: approx Mindaro. HEX triplet: D3, F3 and 78. RGB value is (211,243,120). Sum of RGB (Red+Green+Blue) = 211+243+120=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F378 is #2C0C87. Grayscale: #DBDBDB. Windows color (decimal): -2886792 or 7926739. OLE color: 7926739.

HSL color Cylindrical-coordinate representation of color #D3F378: hue angle of 75.61º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3F378 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB211243120-
CMYK0.1300.510.05
HSL75.61º83.67%71.18%-
HSV(B)75.61º50.62%95.29%-
XYZ62.379.3129.79-
YUV219.4171.9122-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 243 (95.31% from 255) = 42.33%
BLUE value IS 120 (47.27% from 255) = 20.91%
R=36.76%
G=42.33%
B=20.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112431200.1300.510.0575.6183.6771.18
HexD3F378D03354c5447
Octal323363170150635114124107
Binary1101001111110011111100011010110011101100110010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F378; }

 p { color: rgb(211,243,120); }

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

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

 a { background-color: rgb(211,243,120); }

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

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

 span { border-color: rgb(211,243,120); }

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