Html Css Color HEX #DFFD70 Mindaro

📋 copy color: '#DFFD70'

red 223 ◦ green 253 ◦ blue 112

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

Shades of Mindaro #DFFD70

Tints of Mindaro #DFFD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.03%

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

R = 37.93%
G = 43.03%
B = 19.05%

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

#DFFD70 (or 0xDFFD70) is known color: Mindaro. HEX triplet: DF, FD and 70. RGB value is (223,253,112). Sum of RGB (Red+Green+Blue) = 223+253+112=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFD70 is #20028F. Grayscale: #E4E4E4. Windows color (decimal): -2097808 or 7405023. OLE color: 7405023.

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

Color convert

RGB 223 253 112 -
CMYK 0.12 0 0.56 0.01
HSL 72.77º 0.97% 0.72% -
HSV(B) 72.77º 0.56% 0.99% -
XYZ 68.48 87.11 28.53 -
YUV 227.96 62.56 124.46 -
System Red Green Blue C M Y K H S L
Decimal 223 253 112 0.12 0 0.56 0.01 72.77 0.97 0.72
Hex DF FD 70 C 0 38 1 49 61 48
Octal 337 375 160 14 0 70 1 111 141 110
Binary 11011111 11111101 1110000 1100 0 111000 1 1001001 1100001 1001000

Color Harmonies of #DFFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFD70

Black with #DFFD70

Text Example


Text Example

White with #DFFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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