Html Css Color HEX #DBF129 Pear

📋 copy color: '#DBF129'

red 219 ◦ green 241 ◦ blue 41

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

Shades of Pear #DBF129

Tints of Pear #DBF129

RGB

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

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

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

R = 43.71%
G = 48.1%
B = 8.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#DBF129 (or 0xDBF129) is known color: Pear. HEX triplet: DB, F1 and 29. RGB value is (219,241,41). Sum of RGB (Red+Green+Blue) = 219+241+41=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF129 is #240ED6. Grayscale: #D4D4D4. Windows color (decimal): -2363095 or 2748891. OLE color: 2748891.

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

Color convert

RGB 219 241 41 -
CMYK 0.09 0 0.83 0.05
HSL 66.6º 0.88% 0.55% -
HSV(B) 66.6º 0.83% 0.95% -
XYZ 61.07 78.13 13.96 -
YUV 211.62 31.71 133.26 -
System Red Green Blue C M Y K H S L
Decimal 219 241 41 0.09 0 0.83 0.05 66.6 0.88 0.55
Hex DB F1 29 9 0 53 5 43 58 37
Octal 333 361 51 11 0 123 5 103 130 67
Binary 11011011 11110001 101001 1001 0 1010011 101 1000011 1011000 110111

Color Harmonies of #DBF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF129

Black with #DBF129

Text Example


Text Example

White with #DBF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF129; }

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

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

background-color css

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

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

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

border-color css

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

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

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