Html Css Color HEX #DBF531 Pear

📋 copy color: '#DBF531'

red 219 ◦ green 245 ◦ blue 49

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

Shades of Pear #DBF531

Tints of Pear #DBF531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.76%

 BLUE value IS 49 (19.53% from 255) = 9.55%

R = 42.69%
G = 47.76%
B = 9.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#DBF531 (or 0xDBF531) is known color: Pear. HEX triplet: DB, F5 and 31. RGB value is (219,245,49). Sum of RGB (Red+Green+Blue) = 219+245+49=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF531 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF531 is #240ACE. Grayscale: #D7D7D7. Windows color (decimal): -2362063 or 3274203. OLE color: 3274203.

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

Color convert

RGB 219 245 49 -
CMYK 0.11 0 0.8 0.04
HSL 67.96º 0.91% 0.58% -
HSV(B) 67.96º 0.8% 0.96% -
XYZ 62.42 80.59 15.17 -
YUV 214.88 34.39 130.94 -
System Red Green Blue C M Y K H S L
Decimal 219 245 49 0.11 0 0.8 0.04 67.96 0.91 0.58
Hex DB F5 31 B 0 50 4 44 5B 3A
Octal 333 365 61 13 0 120 4 104 133 72
Binary 11011011 11110101 110001 1011 0 1010000 100 1000100 1011011 111010

Color Harmonies of #DBF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF531

Black with #DBF531

Text Example


Text Example

White with #DBF531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF531; }

 p { color: rgb(219,245,49); }

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

background-color css

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

 a { background-color: rgb(219,245,49); }

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

border-color css

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

 span { border-color: rgb(219,245,49); }

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