#DFF27A

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

Shades of Mindaro #DFF27A

Tints of Mindaro #DFF27A

Color information

#DFF27A (or 0xDFF27A) is unknown color: approx Mindaro. HEX triplet: DF, F2 and 7A. RGB value is (223,242,122). Sum of RGB (Red+Green+Blue) = 223+242+122=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF27A is #200D85. Grayscale: #DFDFDF. Windows color (decimal): -2100614 or 8057567. OLE color: 8057567.

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

Color convert

RGB223242122-
CMYK0.0800.500.05
HSL69.5º82.19%71.37%-
HSV(B)69.5º49.59%94.9%-
XYZ65.780.630.51-
YUV222.6471.21128.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 122 (48.05% from 255) = 20.78%
R=37.99%
G=41.23%
B=20.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421220.0800.500.0569.582.1971.37
HexDFF27A80325465247
Octal337362172100625106122107
Binary1101111111110010111101010000110010101100011010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF27A; }

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

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

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

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

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

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

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

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