Html Css Color HEX #DFF96E Mindaro

📋 copy color: '#DFF96E'

red 223 ◦ green 249 ◦ blue 110

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

Shades of Mindaro #DFF96E

Tints of Mindaro #DFF96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.9%

R = 38.32%
G = 42.78%
B = 18.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DFF96E (or 0xDFF96E) is known color: Mindaro. HEX triplet: DF, F9 and 6E. RGB value is (223,249,110). Sum of RGB (Red+Green+Blue) = 223+249+110=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 110 (43.36% from 255 or 18.90% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF96E is #200691. Grayscale: #E1E1E1. Windows color (decimal): -2098834 or 7272927. OLE color: 7272927.

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

Color convert

RGB 223 249 110 -
CMYK 0.10 0 0.56 0.02
HSL 71.22º 0.92% 0.7% -
HSV(B) 71.22º 0.56% 0.98% -
XYZ 67.12 84.57 27.54 -
YUV 225.38 62.89 126.3 -
System Red Green Blue C M Y K H S L
Decimal 223 249 110 0.10 0 0.56 0.02 71.22 0.92 0.7
Hex DF F9 6E A 0 38 2 47 5C 46
Octal 337 371 156 12 0 70 2 107 134 106
Binary 11011111 11111001 1101110 1010 0 111000 10 1000111 1011100 1000110

Color Harmonies of #DFF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF96E

Black with #DFF96E

Text Example


Text Example

White with #DFF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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