Html Css Color HEX #DBFE41 Pear

📋 copy color: '#DBFE41'

red 219 ◦ green 254 ◦ blue 65

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

Shades of Pear #DBFE41

Tints of Pear #DBFE41

RGB

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

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

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

R = 40.71%
G = 47.21%
B = 12.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#DBFE41 (or 0xDBFE41) is known color: Pear. HEX triplet: DB, FE and 41. RGB value is (219,254,65). Sum of RGB (Red+Green+Blue) = 219+254+65=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE41 is #2401BE. Grayscale: #DEDEDE. Windows color (decimal): -2359743 or 4325083. OLE color: 4325083.

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

Color convert

RGB 219 254 65 -
CMYK 0.14 0 0.74 0.00
HSL 71.11º 0.99% 0.63% -
HSV(B) 71.11º 0.74% 1% -
XYZ 65.61 86.33 18.21 -
YUV 221.99 39.4 125.87 -
System Red Green Blue C M Y K H S L
Decimal 219 254 65 0.14 0 0.74 0.00 71.11 0.99 0.63
Hex DB FE 41 E 0 4A 0 47 63 3F
Octal 333 376 101 16 0 112 0 107 143 77
Binary 11011011 11111110 1000001 1110 0 1001010 0 1000111 1100011 111111

Color Harmonies of #DBFE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE41

Black with #DBFE41

Text Example


Text Example

White with #DBFE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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