Html Css Color HEX #DFF974 Mindaro

📋 copy color: '#DFF974'

red 223 ◦ green 249 ◦ blue 116

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

Shades of Mindaro #DFF974

Tints of Mindaro #DFF974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.73%

R = 37.93%
G = 42.35%
B = 19.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DFF974 (or 0xDFF974) is known color: Mindaro. HEX triplet: DF, F9 and 74. RGB value is (223,249,116). Sum of RGB (Red+Green+Blue) = 223+249+116=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF974 is #20068B. Grayscale: #E2E2E2. Windows color (decimal): -2098828 or 7666143. OLE color: 7666143.

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

Color convert

RGB 223 249 116 -
CMYK 0.10 0 0.53 0.02
HSL 71.73º 0.92% 0.72% -
HSV(B) 71.73º 0.53% 0.98% -
XYZ 67.46 84.7 29.32 -
YUV 226.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 223 249 116 0.10 0 0.53 0.02 71.73 0.92 0.72
Hex DF F9 74 A 0 35 2 48 5C 48
Octal 337 371 164 12 0 65 2 110 134 110
Binary 11011111 11111001 1110100 1010 0 110101 10 1001000 1011100 1001000

Color Harmonies of #DFF974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF974

Black with #DFF974

Text Example


Text Example

White with #DFF974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF974; }

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

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

background-color css

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

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

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

border-color css

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

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

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