Html Css Color HEX #DBF74B Pear

📋 copy color: '#DBF74B'

red 219 ◦ green 247 ◦ blue 75

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

Shades of Pear #DBF74B

Tints of Pear #DBF74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.86%

R = 40.48%
G = 45.66%
B = 13.86%

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

#DBF74B (or 0xDBF74B) is known color: Pear. HEX triplet: DB, F7 and 4B. RGB value is (219,247,75). Sum of RGB (Red+Green+Blue) = 219+247+75=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF74B is #2408B4. Grayscale: #DBDBDB. Windows color (decimal): -2361525 or 4978651. OLE color: 4978651.

HSL color Cylindrical-coordinate representation of color #DBF74B: hue angle of 69.77º degrees, saturation: 0.91, 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 #DBF74B is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 75 -
CMYK 0.11 0 0.70 0.03
HSL 69.77º 0.91% 0.63% -
HSV(B) 69.77º 0.7% 0.97% -
XYZ 63.74 82.09 19.14 -
YUV 219.02 46.72 127.99 -
System Red Green Blue C M Y K H S L
Decimal 219 247 75 0.11 0 0.70 0.03 69.77 0.91 0.63
Hex DB F7 4B B 0 46 3 46 5B 3F
Octal 333 367 113 13 0 106 3 106 133 77
Binary 11011011 11110111 1001011 1011 0 1000110 11 1000110 1011011 111111

Color Harmonies of #DBF74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF74B

Black with #DBF74B

Text Example


Text Example

White with #DBF74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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