Html Css Color HEX #DFFA70 Mindaro

📋 copy color: '#DFFA70'

red 223 ◦ green 250 ◦ blue 112

#DFFA70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DFFA70

Tints of Mindaro #DFFA70

RGB

 RED value IS 223 (87.5% from 255) = 38.12%

 GREEN value IS 250 (98.05% from 255) = 42.74%

 BLUE value IS 112 (44.14% from 255) = 19.15%

R = 38.12%
G = 42.74%
B = 19.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DFFA70 (or 0xDFFA70) is known color: Mindaro. HEX triplet: DF, FA and 70. RGB value is (223,250,112). Sum of RGB (Red+Green+Blue) = 223+250+112=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFA70 is #20058F. Grayscale: #E2E2E2. Windows color (decimal): -2098576 or 7404255. OLE color: 7404255.

HSL color Cylindrical-coordinate representation of color #DFFA70: hue angle of 71.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFFA70 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 250 112 -
CMYK 0.11 0 0.55 0.02
HSL 71.74º 0.93% 0.71% -
HSV(B) 71.74º 0.55% 0.98% -
XYZ 67.54 85.23 28.22 -
YUV 226.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 223 250 112 0.11 0 0.55 0.02 71.74 0.93 0.71
Hex DF FA 70 B 0 37 2 48 5D 47
Octal 337 372 160 13 0 67 2 110 135 107
Binary 11011111 11111010 1110000 1011 0 110111 10 1001000 1011101 1000111

Color Harmonies of #DFFA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFA70

Black with #DFFA70

Text Example


Text Example

White with #DFFA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFA70; }

 p { color: rgb(223,250,112); }

 H1.HeaderClassName
 {
   color: #DFFA70;
 }
 .AnyTagClassName
 {
   color: #DFFA70;
 }
</style>

background-color css

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

 a { background-color: rgb(223,250,112); }

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

border-color css

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

 span { border-color: rgb(223,250,112); }

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