Html Css Color HEX #DBF74A Pear

📋 copy color: '#DBF74A'

red 219 ◦ green 247 ◦ blue 74

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

Shades of Pear #DBF74A

Tints of Pear #DBF74A

RGB

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

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

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

R = 40.56%
G = 45.74%
B = 13.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#DBF74A (or 0xDBF74A) is known color: Pear. HEX triplet: DB, F7 and 4A. RGB value is (219,247,74). Sum of RGB (Red+Green+Blue) = 219+247+74=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF74A is #2408B5. Grayscale: #DBDBDB. Windows color (decimal): -2361526 or 4913115. OLE color: 4913115.

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

Color convert

RGB 219 247 74 -
CMYK 0.11 0 0.70 0.03
HSL 69.71º 0.92% 0.63% -
HSV(B) 69.71º 0.7% 0.97% -
XYZ 63.71 82.08 18.96 -
YUV 218.91 46.22 128.07 -
System Red Green Blue C M Y K H S L
Decimal 219 247 74 0.11 0 0.70 0.03 69.71 0.92 0.63
Hex DB F7 4A B 0 46 3 46 5C 3F
Octal 333 367 112 13 0 106 3 106 134 77
Binary 11011011 11110111 1001010 1011 0 1000110 11 1000110 1011100 111111

Color Harmonies of #DBF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF74A

Black with #DBF74A

Text Example


Text Example

White with #DBF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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