Html Css Color HEX #DEF370 Mindaro

📋 copy color: '#DEF370'

red 222 ◦ green 243 ◦ blue 112

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

Shades of Mindaro #DEF370

Tints of Mindaro #DEF370

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.11%

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

R = 38.47%
G = 42.11%
B = 19.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#DEF370 (or 0xDEF370) is known color: Mindaro. HEX triplet: DE, F3 and 70. RGB value is (222,243,112). Sum of RGB (Red+Green+Blue) = 222+243+112=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF370 is #210C8F. Grayscale: #DEDEDE. Windows color (decimal): -2165904 or 7402462. OLE color: 7402462.

HSL color Cylindrical-coordinate representation of color #DEF370: hue angle of 69.62º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEF370 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 243 112 -
CMYK 0.09 0 0.54 0.05
HSL 69.62º 0.85% 0.7% -
HSV(B) 69.62º 0.54% 0.95% -
XYZ 65.1 80.8 27.49 -
YUV 221.79 66.04 128.15 -
System Red Green Blue C M Y K H S L
Decimal 222 243 112 0.09 0 0.54 0.05 69.62 0.85 0.7
Hex DE F3 70 9 0 36 5 46 55 46
Octal 336 363 160 11 0 66 5 106 125 106
Binary 11011110 11110011 1110000 1001 0 110110 101 1000110 1010101 1000110

Color Harmonies of #DEF370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF370

Black with #DEF370

Text Example


Text Example

White with #DEF370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF370; }

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

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

background-color css

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

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

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

border-color css

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

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

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