Html Css Color HEX #DBFE3D Pear

📋 copy color: '#DBFE3D'

red 219 ◦ green 254 ◦ blue 61

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

Shades of Pear #DBFE3D

Tints of Pear #DBFE3D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.57%

 BLUE value IS 61 (24.22% from 255) = 11.42%

R = 41.01%
G = 47.57%
B = 11.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#DBFE3D (or 0xDBFE3D) is known color: Pear. HEX triplet: DB, FE and 3D. RGB value is (219,254,61). Sum of RGB (Red+Green+Blue) = 219+254+61=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 61 (24.22% from 255 or 11.42% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE3D is #2401C2. Grayscale: #DEDEDE. Windows color (decimal): -2359747 or 4062939. OLE color: 4062939.

HSL color Cylindrical-coordinate representation of color #DBFE3D: hue angle of 70.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBFE3D is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 61 -
CMYK 0.14 0 0.76 0.00
HSL 70.88º 0.99% 0.62% -
HSV(B) 70.88º 0.76% 1% -
XYZ 65.5 86.28 17.62 -
YUV 221.53 37.4 126.19 -
System Red Green Blue C M Y K H S L
Decimal 219 254 61 0.14 0 0.76 0.00 70.88 0.99 0.62
Hex DB FE 3D E 0 4C 0 47 63 3E
Octal 333 376 75 16 0 114 0 107 143 76
Binary 11011011 11111110 111101 1110 0 1001100 0 1000111 1100011 111110

Color Harmonies of #DBFE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE3D

Black with #DBFE3D

Text Example


Text Example

White with #DBFE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE3D; }

 p { color: rgb(219,254,61); }

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

background-color css

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

 a { background-color: rgb(219,254,61); }

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

border-color css

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

 span { border-color: rgb(219,254,61); }

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