Html Css Color HEX #DEF81F Pear

📋 copy color: '#DEF81F'

red 222 ◦ green 248 ◦ blue 31

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

Shades of Pear #DEF81F

Tints of Pear #DEF81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.19%

R = 44.31%
G = 49.5%
B = 6.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#DEF81F (or 0xDEF81F) is known color: Pear. HEX triplet: DE, F8 and 1F. RGB value is (222,248,31). Sum of RGB (Red+Green+Blue) = 222+248+31=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 31 (12.5% from 255 or 6.19% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF81F is #2107E0. Grayscale: #D8D8D8. Windows color (decimal): -2164705 or 2095326. OLE color: 2095326.

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

Color convert

RGB 222 248 31 -
CMYK 0.10 0 0.88 0.03
HSL 67.19º 0.94% 0.55% -
HSV(B) 67.19º 0.88% 0.97% -
XYZ 63.94 82.76 13.9 -
YUV 215.49 23.89 132.64 -
System Red Green Blue C M Y K H S L
Decimal 222 248 31 0.10 0 0.88 0.03 67.19 0.94 0.55
Hex DE F8 1F A 0 58 3 43 5E 37
Octal 336 370 37 12 0 130 3 103 136 67
Binary 11011110 11111000 11111 1010 0 1011000 11 1000011 1011110 110111

Color Harmonies of #DEF81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF81F

Black with #DEF81F

Text Example


Text Example

White with #DEF81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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