Html Css Color HEX #DFFF75 Mindaro

📋 copy color: '#DFFF75'

red 223 ◦ green 255 ◦ blue 117

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

Shades of Mindaro #DFFF75

Tints of Mindaro #DFFF75

RGB

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

 GREEN value IS 255 (100% from 255) = 42.86%

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

R = 37.48%
G = 42.86%
B = 19.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#DFFF75 (or 0xDFFF75) is known color: Mindaro. HEX triplet: DF, FF and 75. RGB value is (223,255,117). Sum of RGB (Red+Green+Blue) = 223+255+117=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF75 is #20008A. Grayscale: #E6E6E6. Windows color (decimal): -2097291 or 7733215. OLE color: 7733215.

HSL color Cylindrical-coordinate representation of color #DFFF75: hue angle of 73.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFFF75 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 223 255 117 -
CMYK 0.13 0 0.54 0
HSL 73.91º 1% 0.73% -
HSV(B) 73.91º 0.54% 1% -
XYZ 69.4 88.49 30.25 -
YUV 229.7 64.4 123.22 -
System Red Green Blue C M Y K H S L
Decimal 223 255 117 0.13 0 0.54 0 73.91 1 0.73
Hex DF FF 75 D 0 36 0 4A 64 49
Octal 337 377 165 15 0 66 0 112 144 111
Binary 11011111 11111111 1110101 1101 0 110110 0 1001010 1100100 1001001

Color Harmonies of #DFFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFF75

Black with #DFFF75

Text Example


Text Example

White with #DFFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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