Html Css Color HEX #DBE81F Pear

📋 copy color: '#DBE81F'

red 219 ◦ green 232 ◦ blue 31

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

Shades of Pear #DBE81F

Tints of Pear #DBE81F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.13%

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

R = 45.44%
G = 48.13%
B = 6.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#DBE81F (or 0xDBE81F) is known color: Pear. HEX triplet: DB, E8 and 1F. RGB value is (219,232,31). Sum of RGB (Red+Green+Blue) = 219+232+31=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE81F is #2417E0. Grayscale: #CDCDCD. Windows color (decimal): -2365409 or 2091227. OLE color: 2091227.

HSL color Cylindrical-coordinate representation of color #DBE81F: hue angle of 63.88º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBE81F is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 31 -
CMYK 0.06 0 0.87 0.09
HSL 63.88º 0.81% 0.52% -
HSV(B) 63.88º 0.87% 0.91% -
XYZ 58.32 72.87 12.29 -
YUV 205.2 29.69 137.84 -
System Red Green Blue C M Y K H S L
Decimal 219 232 31 0.06 0 0.87 0.09 63.88 0.81 0.52
Hex DB E8 1F 6 0 57 9 40 51 34
Octal 333 350 37 6 0 127 11 100 121 64
Binary 11011011 11101000 11111 110 0 1010111 1001 1000000 1010001 110100

Color Harmonies of #DBE81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE81F

Black with #DBE81F

Text Example


Text Example

White with #DBE81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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