Html Css Color HEX #DBF81F Pear

📋 copy color: '#DBF81F'

red 219 ◦ green 248 ◦ blue 31

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

Shades of Pear #DBF81F

Tints of Pear #DBF81F

RGB

 RED value IS 219 (85.94% from 255) = 43.98%

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

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

R = 43.98%
G = 49.8%
B = 6.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#DBF81F (or 0xDBF81F) is known color: Pear. HEX triplet: DB, F8 and 1F. RGB value is (219,248,31). Sum of RGB (Red+Green+Blue) = 219+248+31=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 31 (12.5% from 255 or 6.22% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF81F is #2407E0. Grayscale: #D7D7D7. Windows color (decimal): -2361313 or 2095323. OLE color: 2095323.

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

Color convert

RGB 219 248 31 -
CMYK 0.12 0 0.88 0.03
HSL 68.02º 0.94% 0.55% -
HSV(B) 68.02º 0.88% 0.97% -
XYZ 63.03 82.29 13.86 -
YUV 214.59 24.39 131.14 -
System Red Green Blue C M Y K H S L
Decimal 219 248 31 0.12 0 0.88 0.03 68.02 0.94 0.55
Hex DB F8 1F C 0 58 3 44 5E 37
Octal 333 370 37 14 0 130 3 104 136 67
Binary 11011011 11111000 11111 1100 0 1011000 11 1000100 1011110 110111

Color Harmonies of #DBF81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF81F

Black with #DBF81F

Text Example


Text Example

White with #DBF81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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