#DFF275

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

Shades of Mindaro #DFF275

Tints of Mindaro #DFF275

Color information

#DFF275 (or 0xDFF275) is unknown color: approx Mindaro. HEX triplet: DF, F2 and 75. RGB value is (223,242,117). Sum of RGB (Red+Green+Blue) = 223+242+117=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF275 is #200D8A. Grayscale: #DEDEDE. Windows color (decimal): -2100619 or 7729887. OLE color: 7729887.

HSL color Cylindrical-coordinate representation of color #DFF275: hue angle of 69.12º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFF275 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB223242117-
CMYK0.0800.520.05
HSL69.12º82.78%70.39%-
HSV(B)69.12º51.65%94.9%-
XYZ65.3980.4828.92-
YUV222.0768.71128.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 242 (94.92% from 255) = 41.58%
BLUE value IS 117 (46.09% from 255) = 20.10%
R=38.32%
G=41.58%
B=20.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421170.0800.520.0569.1282.7870.39
HexDFF27580345455346
Octal337362165100645105123106
Binary1101111111110010111010110000110100101100010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF275; }

 p { color: rgb(223,242,117); }

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

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

 a { background-color: rgb(223,242,117); }

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

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

 span { border-color: rgb(223,242,117); }

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