Html Css Color HEX #DBF331 Pear

📋 copy color: '#DBF331'

red 219 ◦ green 243 ◦ blue 49

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

Shades of Pear #DBF331

Tints of Pear #DBF331

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.55%

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

R = 42.86%
G = 47.55%
B = 9.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DBF331 (or 0xDBF331) is known color: Pear. HEX triplet: DB, F3 and 31. RGB value is (219,243,49). Sum of RGB (Red+Green+Blue) = 219+243+49=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF331 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF331 is #240CCE. Grayscale: #D6D6D6. Windows color (decimal): -2362575 or 3273691. OLE color: 3273691.

HSL color Cylindrical-coordinate representation of color #DBF331: hue angle of 67.42º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBF331 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 49 -
CMYK 0.10 0 0.80 0.05
HSL 67.42º 0.89% 0.57% -
HSV(B) 67.42º 0.8% 0.95% -
XYZ 61.82 79.38 14.97 -
YUV 213.71 35.05 131.77 -
System Red Green Blue C M Y K H S L
Decimal 219 243 49 0.10 0 0.80 0.05 67.42 0.89 0.57
Hex DB F3 31 A 0 50 5 43 59 39
Octal 333 363 61 12 0 120 5 103 131 71
Binary 11011011 11110011 110001 1010 0 1010000 101 1000011 1011001 111001

Color Harmonies of #DBF331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF331

Black with #DBF331

Text Example


Text Example

White with #DBF331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF331; }

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

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

background-color css

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

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

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

border-color css

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

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

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