Html Css Color HEX #DBF94A Pear

📋 copy color: '#DBF94A'

red 219 ◦ green 249 ◦ blue 74

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

Shades of Pear #DBF94A

Tints of Pear #DBF94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.65%

R = 40.41%
G = 45.94%
B = 13.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#DBF94A (or 0xDBF94A) is known color: Pear. HEX triplet: DB, F9 and 4A. RGB value is (219,249,74). Sum of RGB (Red+Green+Blue) = 219+249+74=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF94A is #2406B5. Grayscale: #DCDCDC. Windows color (decimal): -2361014 or 4913627. OLE color: 4913627.

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

Color convert

RGB 219 249 74 -
CMYK 0.12 0 0.70 0.02
HSL 70.29º 0.94% 0.63% -
HSV(B) 70.29º 0.7% 0.98% -
XYZ 64.33 83.31 19.17 -
YUV 220.08 45.56 127.23 -
System Red Green Blue C M Y K H S L
Decimal 219 249 74 0.12 0 0.70 0.02 70.29 0.94 0.63
Hex DB F9 4A C 0 46 2 46 5E 3F
Octal 333 371 112 14 0 106 2 106 136 77
Binary 11011011 11111001 1001010 1100 0 1000110 10 1000110 1011110 111111

Color Harmonies of #DBF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF94A

Black with #DBF94A

Text Example


Text Example

White with #DBF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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