Html Css Color HEX #DBF748 Pear

📋 copy color: '#DBF748'

red 219 ◦ green 247 ◦ blue 72

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

Shades of Pear #DBF748

Tints of Pear #DBF748

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.91%

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

R = 40.71%
G = 45.91%
B = 13.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#DBF748 (or 0xDBF748) is known color: Pear. HEX triplet: DB, F7 and 48. RGB value is (219,247,72). Sum of RGB (Red+Green+Blue) = 219+247+72=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF748 is #2408B7. Grayscale: #DBDBDB. Windows color (decimal): -2361528 or 4782043. OLE color: 4782043.

HSL color Cylindrical-coordinate representation of color #DBF748: hue angle of 69.6º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBF748 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 72 -
CMYK 0.11 0 0.71 0.03
HSL 69.6º 0.92% 0.63% -
HSV(B) 69.6º 0.71% 0.97% -
XYZ 63.64 82.05 18.61 -
YUV 218.68 45.22 128.23 -
System Red Green Blue C M Y K H S L
Decimal 219 247 72 0.11 0 0.71 0.03 69.6 0.92 0.63
Hex DB F7 48 B 0 47 3 46 5C 3F
Octal 333 367 110 13 0 107 3 106 134 77
Binary 11011011 11110111 1001000 1011 0 1000111 11 1000110 1011100 111111

Color Harmonies of #DBF748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF748

Black with #DBF748

Text Example


Text Example

White with #DBF748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF748; }

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

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

background-color css

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

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

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

border-color css

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

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

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