Html Css Color HEX #DEF970 Mindaro

📋 copy color: '#DEF970'

red 222 ◦ green 249 ◦ blue 112

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

Shades of Mindaro #DEF970

Tints of Mindaro #DEF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.71%

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

R = 38.08%
G = 42.71%
B = 19.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DEF970 (or 0xDEF970) is known color: Mindaro. HEX triplet: DE, F9 and 70. RGB value is (222,249,112). Sum of RGB (Red+Green+Blue) = 222+249+112=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF970 is #21068F. Grayscale: #E1E1E1. Windows color (decimal): -2164368 or 7403998. OLE color: 7403998.

HSL color Cylindrical-coordinate representation of color #DEF970: hue angle of 71.82º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEF970 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 112 -
CMYK 0.11 0 0.55 0.02
HSL 71.82º 0.92% 0.71% -
HSV(B) 71.82º 0.55% 0.98% -
XYZ 66.92 84.45 28.1 -
YUV 225.31 64.05 125.64 -
System Red Green Blue C M Y K H S L
Decimal 222 249 112 0.11 0 0.55 0.02 71.82 0.92 0.71
Hex DE F9 70 B 0 37 2 48 5C 47
Octal 336 371 160 13 0 67 2 110 134 107
Binary 11011110 11111001 1110000 1011 0 110111 10 1001000 1011100 1000111

Color Harmonies of #DEF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF970

Black with #DEF970

Text Example


Text Example

White with #DEF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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