Html Css Color HEX #DEF86C Mindaro

📋 copy color: '#DEF86C'

red 222 ◦ green 248 ◦ blue 108

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

Shades of Mindaro #DEF86C

Tints of Mindaro #DEF86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.69%

R = 38.41%
G = 42.91%
B = 18.69%

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

#DEF86C (or 0xDEF86C) is known color: Mindaro. HEX triplet: DE, F8 and 6C. RGB value is (222,248,108). Sum of RGB (Red+Green+Blue) = 222+248+108=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 108 (42.58% from 255 or 18.69% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF86C is #210793. Grayscale: #E0E0E0. Windows color (decimal): -2164628 or 7141598. OLE color: 7141598.

HSL color Cylindrical-coordinate representation of color #DEF86C: hue angle of 71.14º 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 #DEF86C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 108 -
CMYK 0.10 0 0.56 0.03
HSL 71.14º 0.91% 0.7% -
HSV(B) 71.14º 0.56% 0.97% -
XYZ 66.4 83.75 26.85 -
YUV 224.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 222 248 108 0.10 0 0.56 0.03 71.14 0.91 0.7
Hex DE F8 6C A 0 38 3 47 5B 46
Octal 336 370 154 12 0 70 3 107 133 106
Binary 11011110 11111000 1101100 1010 0 111000 11 1000111 1011011 1000110

Color Harmonies of #DEF86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF86C

Black with #DEF86C

Text Example


Text Example

White with #DEF86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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