#DFF974

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

Shades of Mindaro #DFF974

Tints of Mindaro #DFF974

Color information

#DFF974 (or 0xDFF974) is unknown color: approx Mindaro. HEX triplet: DF, F9 and 74. RGB value is (223,249,116). Sum of RGB (Red+Green+Blue) = 223+249+116=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF974 is #20068B. Grayscale: #E2E2E2. Windows color (decimal): -2098828 or 7666143. OLE color: 7666143.

HSL color Cylindrical-coordinate representation of color #DFF974: hue angle of 71.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFF974 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB223249116-
CMYK0.1000.530.02
HSL71.73º91.72%71.57%-
HSV(B)71.73º53.41%97.65%-
XYZ67.4684.729.32-
YUV226.0665.89125.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 116 (45.70% from 255) = 19.73%
R=37.93%
G=42.35%
B=19.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232491160.1000.530.0271.7391.7271.57
HexDFF974A0352485c48
Octal337371164120652110134110
Binary110111111111100111101001010011010110100100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF974; }

 p { color: rgb(223,249,116); }

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

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

 a { background-color: rgb(223,249,116); }

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

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

 span { border-color: rgb(223,249,116); }

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