Html Css Color HEX #DEFF73 Mindaro

📋 copy color: '#DEFF73'

red 222 ◦ green 255 ◦ blue 115

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

Shades of Mindaro #DEFF73

Tints of Mindaro #DEFF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.43%

R = 37.5%
G = 43.07%
B = 19.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#DEFF73 (or 0xDEFF73) is known color: Mindaro. HEX triplet: DE, FF and 73. RGB value is (222,255,115). Sum of RGB (Red+Green+Blue) = 222+255+115=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 115 (45.31% from 255 or 19.43% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF73 is #21008C. Grayscale: #E5E5E5. Windows color (decimal): -2162829 or 7602142. OLE color: 7602142.

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

Color convert

RGB 222 255 115 -
CMYK 0.13 0 0.55 0
HSL 74.14º 1% 0.73% -
HSV(B) 74.14º 0.55% 1% -
XYZ 68.98 88.29 29.63 -
YUV 229.17 63.57 122.88 -
System Red Green Blue C M Y K H S L
Decimal 222 255 115 0.13 0 0.55 0 74.14 1 0.73
Hex DE FF 73 D 0 37 0 4A 64 49
Octal 336 377 163 15 0 67 0 112 144 111
Binary 11011110 11111111 1110011 1101 0 110111 0 1001010 1100100 1001001

Color Harmonies of #DEFF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF73

Black with #DEFF73

Text Example


Text Example

White with #DEFF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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