Html Css Color HEX #DFF982 Mindaro

📋 copy color: '#DFF982'

red 223 ◦ green 249 ◦ blue 130

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

Shades of Mindaro #DFF982

Tints of Mindaro #DFF982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.36%

 BLUE value IS 130 (51.17% from 255) = 21.59%

R = 37.04%
G = 41.36%
B = 21.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#DFF982 (or 0xDFF982) is known color: Mindaro. HEX triplet: DF, F9 and 82. RGB value is (223,249,130). Sum of RGB (Red+Green+Blue) = 223+249+130=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF982 is #20067D. Grayscale: #E4E4E4. Windows color (decimal): -2098814 or 8583647. OLE color: 8583647.

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

Color convert

RGB 223 249 130 -
CMYK 0.10 0 0.48 0.02
HSL 73.11º 0.91% 0.74% -
HSV(B) 73.11º 0.48% 0.98% -
XYZ 68.34 85.05 33.93 -
YUV 227.66 72.89 124.68 -
System Red Green Blue C M Y K H S L
Decimal 223 249 130 0.10 0 0.48 0.02 73.11 0.91 0.74
Hex DF F9 82 A 0 30 2 49 5B 4A
Octal 337 371 202 12 0 60 2 111 133 112
Binary 11011111 11111001 10000010 1010 0 110000 10 1001001 1011011 1001010

Color Harmonies of #DFF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF982

Black with #DFF982

Text Example


Text Example

White with #DFF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF982; }

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

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

background-color css

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

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

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

border-color css

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

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

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