Html Css Color HEX #DBF01D Pear

📋 copy color: '#DBF01D'

red 219 ◦ green 240 ◦ blue 29

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

Shades of Pear #DBF01D

Tints of Pear #DBF01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.94%

R = 44.88%
G = 49.18%
B = 5.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#DBF01D (or 0xDBF01D) is known color: Pear. HEX triplet: DB, F0 and 1D. RGB value is (219,240,29). Sum of RGB (Red+Green+Blue) = 219+240+29=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF01D is #240FE2. Grayscale: #D2D2D2. Windows color (decimal): -2363363 or 1962203. OLE color: 1962203.

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

Color convert

RGB 219 240 29 -
CMYK 0.09 0 0.88 0.06
HSL 65.97º 0.88% 0.53% -
HSV(B) 65.97º 0.88% 0.94% -
XYZ 60.6 77.47 12.92 -
YUV 209.67 26.04 134.66 -
System Red Green Blue C M Y K H S L
Decimal 219 240 29 0.09 0 0.88 0.06 65.97 0.88 0.53
Hex DB F0 1D 9 0 58 6 42 58 35
Octal 333 360 35 11 0 130 6 102 130 65
Binary 11011011 11110000 11101 1001 0 1011000 110 1000010 1011000 110101

Color Harmonies of #DBF01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF01D

Black with #DBF01D

Text Example


Text Example

White with #DBF01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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