Html Css Color HEX #DEF16A Mindaro

📋 copy color: '#DEF16A'

red 222 ◦ green 241 ◦ blue 106

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

Shades of Mindaro #DEF16A

Tints of Mindaro #DEF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.36%

 BLUE value IS 106 (41.8% from 255) = 18.63%

R = 39.02%
G = 42.36%
B = 18.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#DEF16A (or 0xDEF16A) is known color: Mindaro. HEX triplet: DE, F1 and 6A. RGB value is (222,241,106). Sum of RGB (Red+Green+Blue) = 222+241+106=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF16A is #210E95. Grayscale: #DCDCDC. Windows color (decimal): -2166422 or 7008734. OLE color: 7008734.

HSL color Cylindrical-coordinate representation of color #DEF16A: hue angle of 68.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEF16A is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 241 106 -
CMYK 0.08 0 0.56 0.05
HSL 68.44º 0.83% 0.68% -
HSV(B) 68.44º 0.56% 0.95% -
XYZ 64.18 79.48 25.59 -
YUV 219.93 63.71 129.48 -
System Red Green Blue C M Y K H S L
Decimal 222 241 106 0.08 0 0.56 0.05 68.44 0.83 0.68
Hex DE F1 6A 8 0 38 5 44 53 44
Octal 336 361 152 10 0 70 5 104 123 104
Binary 11011110 11110001 1101010 1000 0 111000 101 1000100 1010011 1000100

Color Harmonies of #DEF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF16A

Black with #DEF16A

Text Example


Text Example

White with #DEF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF16A; }

 p { color: rgb(222,241,106); }

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

background-color css

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

 a { background-color: rgb(222,241,106); }

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

border-color css

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

 span { border-color: rgb(222,241,106); }

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