Html Css Color HEX #DEFF75 Mindaro

📋 copy color: '#DEFF75'

red 222 ◦ green 255 ◦ blue 117

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

Shades of Mindaro #DEFF75

Tints of Mindaro #DEFF75

RGB

 RED value IS 222 (87.11% from 255) = 37.37%

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

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

R = 37.37%
G = 42.93%
B = 19.7%

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

#DEFF75 (or 0xDEFF75) is known color: Mindaro. HEX triplet: DE, FF and 75. RGB value is (222,255,117). Sum of RGB (Red+Green+Blue) = 222+255+117=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF75 is #21008A. Grayscale: #E5E5E5. Windows color (decimal): -2162827 or 7733214. OLE color: 7733214.

HSL color Cylindrical-coordinate representation of color #DEFF75: hue angle of 74.35º 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 #DEFF75 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 222 255 117 -
CMYK 0.13 0 0.54 0
HSL 74.35º 1% 0.73% -
HSV(B) 74.35º 0.54% 1% -
XYZ 69.1 88.33 30.24 -
YUV 229.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 222 255 117 0.13 0 0.54 0 74.35 1 0.73
Hex DE FF 75 D 0 36 0 4A 64 49
Octal 336 377 165 15 0 66 0 112 144 111
Binary 11011110 11111111 1110101 1101 0 110110 0 1001010 1100100 1001001

Color Harmonies of #DEFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF75

Black with #DEFF75

Text Example


Text Example

White with #DEFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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