Html Css Color HEX #DEFF70 Mindaro

📋 copy color: '#DEFF70'

red 222 ◦ green 255 ◦ blue 112

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

Shades of Mindaro #DEFF70

Tints of Mindaro #DEFF70

RGB

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

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

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

R = 37.69%
G = 43.29%
B = 19.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#DEFF70 (or 0xDEFF70) is known color: Mindaro. HEX triplet: DE, FF and 70. RGB value is (222,255,112). Sum of RGB (Red+Green+Blue) = 222+255+112=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF70 is #21008F. Grayscale: #E5E5E5. Windows color (decimal): -2162832 or 7405534. OLE color: 7405534.

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

Color convert

RGB 222 255 112 -
CMYK 0.13 0 0.56 0
HSL 73.85º 1% 0.72% -
HSV(B) 73.85º 0.56% 1% -
XYZ 68.81 88.22 28.73 -
YUV 228.83 62.07 123.13 -
System Red Green Blue C M Y K H S L
Decimal 222 255 112 0.13 0 0.56 0 73.85 1 0.72
Hex DE FF 70 D 0 38 0 4A 64 48
Octal 336 377 160 15 0 70 0 112 144 110
Binary 11011110 11111111 1110000 1101 0 111000 0 1001010 1100100 1001000

Color Harmonies of #DEFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF70

Black with #DEFF70

Text Example


Text Example

White with #DEFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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