Html Css Color HEX #DBF029 Pear

📋 copy color: '#DBF029'

red 219 ◦ green 240 ◦ blue 41

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

Shades of Pear #DBF029

Tints of Pear #DBF029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.2%

R = 43.8%
G = 48%
B = 8.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#DBF029 (or 0xDBF029) is known color: Pear. HEX triplet: DB, F0 and 29. RGB value is (219,240,41). Sum of RGB (Red+Green+Blue) = 219+240+41=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF029 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF029 is #240FD6. Grayscale: #D3D3D3. Windows color (decimal): -2363351 or 2748635. OLE color: 2748635.

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

Color convert

RGB 219 240 41 -
CMYK 0.09 0 0.83 0.06
HSL 66.33º 0.87% 0.55% -
HSV(B) 66.33º 0.83% 0.94% -
XYZ 60.77 77.54 13.86 -
YUV 211.04 32.04 133.68 -
System Red Green Blue C M Y K H S L
Decimal 219 240 41 0.09 0 0.83 0.06 66.33 0.87 0.55
Hex DB F0 29 9 0 53 6 42 57 37
Octal 333 360 51 11 0 123 6 102 127 67
Binary 11011011 11110000 101001 1001 0 1010011 110 1000010 1010111 110111

Color Harmonies of #DBF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF029

Black with #DBF029

Text Example


Text Example

White with #DBF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF029; }

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

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

background-color css

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

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

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

border-color css

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

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

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