Html Css Color HEX #DEF070 Mindaro

📋 copy color: '#DEF070'

red 222 ◦ green 240 ◦ blue 112

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

Shades of Mindaro #DEF070

Tints of Mindaro #DEF070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.51%

R = 38.68%
G = 41.81%
B = 19.51%

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

#DEF070 (or 0xDEF070) is known color: Mindaro. HEX triplet: DE, F0 and 70. RGB value is (222,240,112). Sum of RGB (Red+Green+Blue) = 222+240+112=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF070 is #210F8F. Grayscale: #DCDCDC. Windows color (decimal): -2166672 or 7401694. OLE color: 7401694.

HSL color Cylindrical-coordinate representation of color #DEF070: hue angle of 68.44º 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 #DEF070 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 112 -
CMYK 0.08 0 0.53 0.06
HSL 68.44º 0.81% 0.69% -
HSV(B) 68.44º 0.53% 0.94% -
XYZ 64.21 79.02 27.2 -
YUV 220.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 222 240 112 0.08 0 0.53 0.06 68.44 0.81 0.69
Hex DE F0 70 8 0 35 6 44 51 45
Octal 336 360 160 10 0 65 6 104 121 105
Binary 11011110 11110000 1110000 1000 0 110101 110 1000100 1010001 1000101

Color Harmonies of #DEF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF070

Black with #DEF070

Text Example


Text Example

White with #DEF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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