Html Css Color HEX #DBF934 Pear

📋 copy color: '#DBF934'

red 219 ◦ green 249 ◦ blue 52

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

Shades of Pear #DBF934

Tints of Pear #DBF934

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.88%

 BLUE value IS 52 (20.7% from 255) = 10%

R = 42.12%
G = 47.88%
B = 10%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#DBF934 (or 0xDBF934) is known color: Pear. HEX triplet: DB, F9 and 34. RGB value is (219,249,52). Sum of RGB (Red+Green+Blue) = 219+249+52=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 52 (20.70% from 255 or 10% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF934 is #2406CB. Grayscale: #DADADA. Windows color (decimal): -2361036 or 3471835. OLE color: 3471835.

HSL color Cylindrical-coordinate representation of color #DBF934: hue angle of 69.14º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBF934 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 52 -
CMYK 0.12 0 0.79 0.02
HSL 69.14º 0.94% 0.59% -
HSV(B) 69.14º 0.79% 0.98% -
XYZ 63.71 83.06 15.92 -
YUV 217.57 34.56 129.02 -
System Red Green Blue C M Y K H S L
Decimal 219 249 52 0.12 0 0.79 0.02 69.14 0.94 0.59
Hex DB F9 34 C 0 4F 2 45 5E 3B
Octal 333 371 64 14 0 117 2 105 136 73
Binary 11011011 11111001 110100 1100 0 1001111 10 1000101 1011110 111011

Color Harmonies of #DBF934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF934

Black with #DBF934

Text Example


Text Example

White with #DBF934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF934; }

 p { color: rgb(219,249,52); }

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

background-color css

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

 a { background-color: rgb(219,249,52); }

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

border-color css

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

 span { border-color: rgb(219,249,52); }

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