Html Css Color HEX #DEF071 Mindaro

📋 copy color: '#DEF071'

red 222 ◦ green 240 ◦ blue 113

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

Shades of Mindaro #DEF071

Tints of Mindaro #DEF071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.65%

R = 38.61%
G = 41.74%
B = 19.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#DEF071 (or 0xDEF071) is known color: Mindaro. HEX triplet: DE, F0 and 71. RGB value is (222,240,113). Sum of RGB (Red+Green+Blue) = 222+240+113=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF071 is #210F8E. Grayscale: #DCDCDC. Windows color (decimal): -2166671 or 7467230. OLE color: 7467230.

HSL color Cylindrical-coordinate representation of color #DEF071: hue angle of 68.5º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEF071 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 113 -
CMYK 0.08 0 0.53 0.06
HSL 68.5º 0.81% 0.69% -
HSV(B) 68.5º 0.53% 0.94% -
XYZ 64.26 79.04 27.49 -
YUV 220.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 222 240 113 0.08 0 0.53 0.06 68.5 0.81 0.69
Hex DE F0 71 8 0 35 6 45 51 45
Octal 336 360 161 10 0 65 6 105 121 105
Binary 11011110 11110000 1110001 1000 0 110101 110 1000101 1010001 1000101

Color Harmonies of #DEF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF071

Black with #DEF071

Text Example


Text Example

White with #DEF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF071; }

 p { color: rgb(222,240,113); }

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

background-color css

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

 a { background-color: rgb(222,240,113); }

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

border-color css

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

 span { border-color: rgb(222,240,113); }

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