Html Css Color HEX #DEF674 Mindaro

📋 copy color: '#DEF674'

red 222 ◦ green 246 ◦ blue 116

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

Shades of Mindaro #DEF674

Tints of Mindaro #DEF674

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.12%

 BLUE value IS 116 (45.7% from 255) = 19.86%

R = 38.01%
G = 42.12%
B = 19.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#DEF674 (or 0xDEF674) is known color: Mindaro. HEX triplet: DE, F6 and 74. RGB value is (222,246,116). Sum of RGB (Red+Green+Blue) = 222+246+116=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF674 is #21098B. Grayscale: #E0E0E0. Windows color (decimal): -2165132 or 7665374. OLE color: 7665374.

HSL color Cylindrical-coordinate representation of color #DEF674: hue angle of 71.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEF674 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 246 116 -
CMYK 0.10 0 0.53 0.04
HSL 71.08º 0.88% 0.71% -
HSV(B) 71.08º 0.53% 0.96% -
XYZ 66.23 82.7 29 -
YUV 224 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 222 246 116 0.10 0 0.53 0.04 71.08 0.88 0.71
Hex DE F6 74 A 0 35 4 47 58 47
Octal 336 366 164 12 0 65 4 107 130 107
Binary 11011110 11110110 1110100 1010 0 110101 100 1000111 1011000 1000111

Color Harmonies of #DEF674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF674

Black with #DEF674

Text Example


Text Example

White with #DEF674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF674; }

 p { color: rgb(222,246,116); }

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

background-color css

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

 a { background-color: rgb(222,246,116); }

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

border-color css

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

 span { border-color: rgb(222,246,116); }

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