Html Css Color HEX #DFF075 Mindaro

📋 copy color: '#DFF075'

red 223 ◦ green 240 ◦ blue 117

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

Shades of Mindaro #DFF075

Tints of Mindaro #DFF075

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

 BLUE value IS 117 (46.09% from 255) = 20.17%

R = 38.45%
G = 41.38%
B = 20.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#DFF075 (or 0xDFF075) is known color: Mindaro. HEX triplet: DF, F0 and 75. RGB value is (223,240,117). Sum of RGB (Red+Green+Blue) = 223+240+117=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF075 is #200F8A. Grayscale: #DDDDDD. Windows color (decimal): -2101131 or 7729375. OLE color: 7729375.

HSL color Cylindrical-coordinate representation of color #DFF075: hue angle of 68.29º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFF075 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 240 117 -
CMYK 0.07 0 0.51 0.06
HSL 68.29º 0.8% 0.7% -
HSV(B) 68.29º 0.51% 0.94% -
XYZ 64.8 79.29 28.72 -
YUV 220.9 69.37 129.5 -
System Red Green Blue C M Y K H S L
Decimal 223 240 117 0.07 0 0.51 0.06 68.29 0.8 0.7
Hex DF F0 75 7 0 33 6 44 50 46
Octal 337 360 165 7 0 63 6 104 120 106
Binary 11011111 11110000 1110101 111 0 110011 110 1000100 1010000 1000110

Color Harmonies of #DFF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF075

Black with #DFF075

Text Example


Text Example

White with #DFF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF075; }

 p { color: rgb(223,240,117); }

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

background-color css

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

 a { background-color: rgb(223,240,117); }

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

border-color css

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

 span { border-color: rgb(223,240,117); }

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