Html Css Color HEX #DFF972 Mindaro

📋 copy color: '#DFF972'

red 223 ◦ green 249 ◦ blue 114

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

Shades of Mindaro #DFF972

Tints of Mindaro #DFF972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.45%

R = 38.05%
G = 42.49%
B = 19.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DFF972 (or 0xDFF972) is known color: Mindaro. HEX triplet: DF, F9 and 72. RGB value is (223,249,114). Sum of RGB (Red+Green+Blue) = 223+249+114=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF972 is #20068D. Grayscale: #E2E2E2. Windows color (decimal): -2098830 or 7535071. OLE color: 7535071.

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

Color convert

RGB 223 249 114 -
CMYK 0.10 0 0.54 0.02
HSL 71.56º 0.92% 0.71% -
HSV(B) 71.56º 0.54% 0.98% -
XYZ 67.34 84.65 28.71 -
YUV 225.84 64.89 125.98 -
System Red Green Blue C M Y K H S L
Decimal 223 249 114 0.10 0 0.54 0.02 71.56 0.92 0.71
Hex DF F9 72 A 0 36 2 48 5C 47
Octal 337 371 162 12 0 66 2 110 134 107
Binary 11011111 11111001 1110010 1010 0 110110 10 1001000 1011100 1000111

Color Harmonies of #DFF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF972

Black with #DFF972

Text Example


Text Example

White with #DFF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF972; }

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

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

background-color css

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

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

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

border-color css

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

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

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