Html Css Color HEX #DEFB73 Mindaro

📋 copy color: '#DEFB73'

red 222 ◦ green 251 ◦ blue 115

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

Shades of Mindaro #DEFB73

Tints of Mindaro #DEFB73

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.69%

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

R = 37.76%
G = 42.69%
B = 19.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DEFB73 (or 0xDEFB73) is known color: Mindaro. HEX triplet: DE, FB and 73. RGB value is (222,251,115). Sum of RGB (Red+Green+Blue) = 222+251+115=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 115 (45.31% from 255 or 19.56% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFB73 is #21048C. Grayscale: #E3E3E3. Windows color (decimal): -2163853 or 7601118. OLE color: 7601118.

HSL color Cylindrical-coordinate representation of color #DEFB73: hue angle of 72.79º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEFB73 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 251 115 -
CMYK 0.12 0 0.54 0.02
HSL 72.79º 0.94% 0.72% -
HSV(B) 72.79º 0.54% 0.98% -
XYZ 67.72 85.76 29.2 -
YUV 226.83 64.89 124.56 -
System Red Green Blue C M Y K H S L
Decimal 222 251 115 0.12 0 0.54 0.02 72.79 0.94 0.72
Hex DE FB 73 C 0 36 2 49 5E 48
Octal 336 373 163 14 0 66 2 111 136 110
Binary 11011110 11111011 1110011 1100 0 110110 10 1001001 1011110 1001000

Color Harmonies of #DEFB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFB73

Black with #DEFB73

Text Example


Text Example

White with #DEFB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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