Html Css Color HEX #DFF370 Mindaro

📋 copy color: '#DFF370'

red 223 ◦ green 243 ◦ blue 112

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

Shades of Mindaro #DFF370

Tints of Mindaro #DFF370

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.04%

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

R = 38.58%
G = 42.04%
B = 19.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#DFF370 (or 0xDFF370) is known color: Mindaro. HEX triplet: DF, F3 and 70. RGB value is (223,243,112). Sum of RGB (Red+Green+Blue) = 223+243+112=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF370 is #200C8F. Grayscale: #DEDEDE. Windows color (decimal): -2100368 or 7402463. OLE color: 7402463.

HSL color Cylindrical-coordinate representation of color #DFF370: hue angle of 69.16º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFF370 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 243 112 -
CMYK 0.08 0 0.54 0.05
HSL 69.16º 0.85% 0.7% -
HSV(B) 69.16º 0.54% 0.95% -
XYZ 65.41 80.96 27.51 -
YUV 222.09 65.87 128.65 -
System Red Green Blue C M Y K H S L
Decimal 223 243 112 0.08 0 0.54 0.05 69.16 0.85 0.7
Hex DF F3 70 8 0 36 5 45 55 46
Octal 337 363 160 10 0 66 5 105 125 106
Binary 11011111 11110011 1110000 1000 0 110110 101 1000101 1010101 1000110

Color Harmonies of #DFF370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF370

Black with #DFF370

Text Example


Text Example

White with #DFF370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF370; }

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

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

background-color css

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

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

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

border-color css

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

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

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