Html Css Color HEX #DEF86E Mindaro

📋 copy color: '#DEF86E'

red 222 ◦ green 248 ◦ blue 110

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

Shades of Mindaro #DEF86E

Tints of Mindaro #DEF86E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.76%

 BLUE value IS 110 (43.36% from 255) = 18.97%

R = 38.28%
G = 42.76%
B = 18.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#DEF86E (or 0xDEF86E) is known color: Mindaro. HEX triplet: DE, F8 and 6E. RGB value is (222,248,110). Sum of RGB (Red+Green+Blue) = 222+248+110=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 110 (43.36% from 255 or 18.97% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF86E is #210791. Grayscale: #E1E1E1. Windows color (decimal): -2164626 or 7272670. OLE color: 7272670.

HSL color Cylindrical-coordinate representation of color #DEF86E: hue angle of 71.3º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEF86E is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 110 -
CMYK 0.10 0 0.56 0.03
HSL 71.3º 0.91% 0.7% -
HSV(B) 71.3º 0.56% 0.97% -
XYZ 66.51 83.79 27.42 -
YUV 224.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 222 248 110 0.10 0 0.56 0.03 71.3 0.91 0.7
Hex DE F8 6E A 0 38 3 47 5B 46
Octal 336 370 156 12 0 70 3 107 133 106
Binary 11011110 11111000 1101110 1010 0 111000 11 1000111 1011011 1000110

Color Harmonies of #DEF86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF86E

Black with #DEF86E

Text Example


Text Example

White with #DEF86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF86E; }

 p { color: rgb(222,248,110); }

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

background-color css

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

 a { background-color: rgb(222,248,110); }

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

border-color css

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

 span { border-color: rgb(222,248,110); }

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