Html Css Color HEX #DBF11D Pear

📋 copy color: '#DBF11D'

red 219 ◦ green 241 ◦ blue 29

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

Shades of Pear #DBF11D

Tints of Pear #DBF11D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.28%

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

R = 44.79%
G = 49.28%
B = 5.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DBF11D (or 0xDBF11D) is known color: Pear. HEX triplet: DB, F1 and 1D. RGB value is (219,241,29). Sum of RGB (Red+Green+Blue) = 219+241+29=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF11D is #240EE2. Grayscale: #D3D3D3. Windows color (decimal): -2363107 or 1962459. OLE color: 1962459.

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

Color convert

RGB 219 241 29 -
CMYK 0.09 0 0.88 0.05
HSL 66.23º 0.88% 0.53% -
HSV(B) 66.23º 0.88% 0.95% -
XYZ 60.89 78.06 13.02 -
YUV 210.25 25.71 134.24 -
System Red Green Blue C M Y K H S L
Decimal 219 241 29 0.09 0 0.88 0.05 66.23 0.88 0.53
Hex DB F1 1D 9 0 58 5 42 58 35
Octal 333 361 35 11 0 130 5 102 130 65
Binary 11011011 11110001 11101 1001 0 1011000 101 1000010 1011000 110101

Color Harmonies of #DBF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF11D

Black with #DBF11D

Text Example


Text Example

White with #DBF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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