Html Css Color HEX #DBF948 Pear

📋 copy color: '#DBF948'

red 219 ◦ green 249 ◦ blue 72

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

Shades of Pear #DBF948

Tints of Pear #DBF948

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.11%

 BLUE value IS 72 (28.52% from 255) = 13.33%

R = 40.56%
G = 46.11%
B = 13.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#DBF948 (or 0xDBF948) is known color: Pear. HEX triplet: DB, F9 and 48. RGB value is (219,249,72). Sum of RGB (Red+Green+Blue) = 219+249+72=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 72 (28.52% from 255 or 13.33% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF948 is #2406B7. Grayscale: #DCDCDC. Windows color (decimal): -2361016 or 4782555. OLE color: 4782555.

HSL color Cylindrical-coordinate representation of color #DBF948: hue angle of 70.17º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBF948 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 72 -
CMYK 0.12 0 0.71 0.02
HSL 70.17º 0.94% 0.63% -
HSV(B) 70.17º 0.71% 0.98% -
XYZ 64.26 83.28 18.82 -
YUV 219.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 219 249 72 0.12 0 0.71 0.02 70.17 0.94 0.63
Hex DB F9 48 C 0 47 2 46 5E 3F
Octal 333 371 110 14 0 107 2 106 136 77
Binary 11011011 11111001 1001000 1100 0 1000111 10 1000110 1011110 111111

Color Harmonies of #DBF948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF948

Black with #DBF948

Text Example


Text Example

White with #DBF948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF948; }

 p { color: rgb(219,249,72); }

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

background-color css

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

 a { background-color: rgb(219,249,72); }

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

border-color css

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

 span { border-color: rgb(219,249,72); }

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