Html Css Color HEX #DBF841 Pear

📋 copy color: '#DBF841'

red 219 ◦ green 248 ◦ blue 65

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

Shades of Pear #DBF841

Tints of Pear #DBF841

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.62%

 BLUE value IS 65 (25.78% from 255) = 12.22%

R = 41.17%
G = 46.62%
B = 12.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#DBF841 (or 0xDBF841) is known color: Pear. HEX triplet: DB, F8 and 41. RGB value is (219,248,65). Sum of RGB (Red+Green+Blue) = 219+248+65=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF841 is #2407BE. Grayscale: #DBDBDB. Windows color (decimal): -2361279 or 4323547. OLE color: 4323547.

HSL color Cylindrical-coordinate representation of color #DBF841: hue angle of 69.51º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBF841 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 65 -
CMYK 0.12 0 0.74 0.03
HSL 69.51º 0.93% 0.61% -
HSV(B) 69.51º 0.74% 0.97% -
XYZ 63.73 82.58 17.58 -
YUV 218.47 41.39 128.38 -
System Red Green Blue C M Y K H S L
Decimal 219 248 65 0.12 0 0.74 0.03 69.51 0.93 0.61
Hex DB F8 41 C 0 4A 3 46 5D 3D
Octal 333 370 101 14 0 112 3 106 135 75
Binary 11011011 11111000 1000001 1100 0 1001010 11 1000110 1011101 111101

Color Harmonies of #DBF841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF841

Black with #DBF841

Text Example


Text Example

White with #DBF841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF841; }

 p { color: rgb(219,248,65); }

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

background-color css

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

 a { background-color: rgb(219,248,65); }

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

border-color css

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

 span { border-color: rgb(219,248,65); }

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