Html Css Color HEX #DBF02F Pear

📋 copy color: '#DBF02F'

red 219 ◦ green 240 ◦ blue 47

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

Shades of Pear #DBF02F

Tints of Pear #DBF02F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.43%

 BLUE value IS 47 (18.75% from 255) = 9.29%

R = 43.28%
G = 47.43%
B = 9.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#DBF02F (or 0xDBF02F) is known color: Pear. HEX triplet: DB, F0 and 2F. RGB value is (219,240,47). Sum of RGB (Red+Green+Blue) = 219+240+47=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF02F is #240FD0. Grayscale: #D4D4D4. Windows color (decimal): -2363345 or 3141851. OLE color: 3141851.

HSL color Cylindrical-coordinate representation of color #DBF02F: hue angle of 66.53º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBF02F is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 47 -
CMYK 0.09 0 0.80 0.06
HSL 66.53º 0.87% 0.56% -
HSV(B) 66.53º 0.8% 0.94% -
XYZ 60.89 77.59 14.46 -
YUV 211.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 219 240 47 0.09 0 0.80 0.06 66.53 0.87 0.56
Hex DB F0 2F 9 0 50 6 43 57 38
Octal 333 360 57 11 0 120 6 103 127 70
Binary 11011011 11110000 101111 1001 0 1010000 110 1000011 1010111 111000

Color Harmonies of #DBF02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF02F

Black with #DBF02F

Text Example


Text Example

White with #DBF02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF02F; }

 p { color: rgb(219,240,47); }

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

background-color css

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

 a { background-color: rgb(219,240,47); }

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

border-color css

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

 span { border-color: rgb(219,240,47); }

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