Html Css Color HEX #DFFC70 Mindaro

📋 copy color: '#DFFC70'

red 223 ◦ green 252 ◦ blue 112

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

Shades of Mindaro #DFFC70

Tints of Mindaro #DFFC70

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.93%

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

R = 37.99%
G = 42.93%
B = 19.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#DFFC70 (or 0xDFFC70) is known color: Mindaro. HEX triplet: DF, FC and 70. RGB value is (223,252,112). Sum of RGB (Red+Green+Blue) = 223+252+112=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC70 is #20038F. Grayscale: #E3E3E3. Windows color (decimal): -2098064 or 7404767. OLE color: 7404767.

HSL color Cylindrical-coordinate representation of color #DFFC70: hue angle of 72.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFFC70 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 252 112 -
CMYK 0.12 0 0.56 0.01
HSL 72.43º 0.96% 0.71% -
HSV(B) 72.43º 0.56% 0.99% -
XYZ 68.17 86.48 28.43 -
YUV 227.37 62.89 124.88 -
System Red Green Blue C M Y K H S L
Decimal 223 252 112 0.12 0 0.56 0.01 72.43 0.96 0.71
Hex DF FC 70 C 0 38 1 48 60 47
Octal 337 374 160 14 0 70 1 110 140 107
Binary 11011111 11111100 1110000 1100 0 111000 1 1001000 1100000 1000111

Color Harmonies of #DFFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFC70

Black with #DFFC70

Text Example


Text Example

White with #DFFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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