#DFF27F

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

Shades of Mindaro #DFF27F

Tints of Mindaro #DFF27F

Color information

#DFF27F (or 0xDFF27F) is unknown color: approx Mindaro. HEX triplet: DF, F2 and 7F. RGB value is (223,242,127). Sum of RGB (Red+Green+Blue) = 223+242+127=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF27F is #200D80. Grayscale: #DFDFDF. Windows color (decimal): -2100609 or 8385247. OLE color: 8385247.

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

Color convert

RGB223242127-
CMYK0.0800.480.05
HSL69.91º81.56%72.35%-
HSV(B)69.91º47.52%94.9%-
XYZ66.0180.7232.18-
YUV223.2173.71127.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 242 (94.92% from 255) = 40.88%
BLUE value IS 127 (50% from 255) = 21.45%
R=37.67%
G=40.88%
B=21.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421270.0800.480.0569.9181.5672.35
HexDFF27F80305465248
Octal337362177100605106122110
Binary1101111111110010111111110000110000101100011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF27F; }

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

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

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

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

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

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

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

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