Html Css Color HEX #DBF61F Pear

📋 copy color: '#DBF61F'

red 219 ◦ green 246 ◦ blue 31

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

Shades of Pear #DBF61F

Tints of Pear #DBF61F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.6%

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

R = 44.15%
G = 49.6%
B = 6.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#DBF61F (or 0xDBF61F) is known color: Pear. HEX triplet: DB, F6 and 1F. RGB value is (219,246,31). Sum of RGB (Red+Green+Blue) = 219+246+31=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF61F is #2409E0. Grayscale: #D6D6D6. Windows color (decimal): -2361825 or 2094811. OLE color: 2094811.

HSL color Cylindrical-coordinate representation of color #DBF61F: hue angle of 67.53º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBF61F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 31 -
CMYK 0.11 0 0.87 0.04
HSL 67.53º 0.92% 0.54% -
HSV(B) 67.53º 0.87% 0.96% -
XYZ 62.42 81.07 13.65 -
YUV 213.42 25.05 131.98 -
System Red Green Blue C M Y K H S L
Decimal 219 246 31 0.11 0 0.87 0.04 67.53 0.92 0.54
Hex DB F6 1F B 0 57 4 44 5C 36
Octal 333 366 37 13 0 127 4 104 134 66
Binary 11011011 11110110 11111 1011 0 1010111 100 1000100 1011100 110110

Color Harmonies of #DBF61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF61F

Black with #DBF61F

Text Example


Text Example

White with #DBF61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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