Html Css Color HEX #DBF71F Pear

📋 copy color: '#DBF71F'

red 219 ◦ green 247 ◦ blue 31

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

Shades of Pear #DBF71F

Tints of Pear #DBF71F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.7%

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

R = 44.06%
G = 49.7%
B = 6.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#DBF71F (or 0xDBF71F) is known color: Pear. HEX triplet: DB, F7 and 1F. RGB value is (219,247,31). Sum of RGB (Red+Green+Blue) = 219+247+31=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 31 (12.5% from 255 or 6.24% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF71F is #2408E0. Grayscale: #D6D6D6. Windows color (decimal): -2361569 or 2095067. OLE color: 2095067.

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

Color convert

RGB 219 247 31 -
CMYK 0.11 0 0.87 0.03
HSL 67.78º 0.93% 0.55% -
HSV(B) 67.78º 0.87% 0.97% -
XYZ 62.72 81.68 13.76 -
YUV 214 24.72 131.56 -
System Red Green Blue C M Y K H S L
Decimal 219 247 31 0.11 0 0.87 0.03 67.78 0.93 0.55
Hex DB F7 1F B 0 57 3 44 5D 37
Octal 333 367 37 13 0 127 3 104 135 67
Binary 11011011 11110111 11111 1011 0 1010111 11 1000100 1011101 110111

Color Harmonies of #DBF71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF71F

Black with #DBF71F

Text Example


Text Example

White with #DBF71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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