Html Css Color HEX #DBF742 Pear

📋 copy color: '#DBF742'

red 219 ◦ green 247 ◦ blue 66

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

Shades of Pear #DBF742

Tints of Pear #DBF742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.41%

R = 41.17%
G = 46.43%
B = 12.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#DBF742 (or 0xDBF742) is known color: Pear. HEX triplet: DB, F7 and 42. RGB value is (219,247,66). Sum of RGB (Red+Green+Blue) = 219+247+66=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 66 (26.17% from 255 or 12.41% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF742 is #2408BD. Grayscale: #DADADA. Windows color (decimal): -2361534 or 4388827. OLE color: 4388827.

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

Color convert

RGB 219 247 66 -
CMYK 0.11 0 0.73 0.03
HSL 69.28º 0.92% 0.61% -
HSV(B) 69.28º 0.73% 0.97% -
XYZ 63.46 81.97 17.63 -
YUV 217.99 42.22 128.72 -
System Red Green Blue C M Y K H S L
Decimal 219 247 66 0.11 0 0.73 0.03 69.28 0.92 0.61
Hex DB F7 42 B 0 49 3 45 5C 3D
Octal 333 367 102 13 0 111 3 105 134 75
Binary 11011011 11110111 1000010 1011 0 1001001 11 1000101 1011100 111101

Color Harmonies of #DBF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF742

Black with #DBF742

Text Example


Text Example

White with #DBF742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF742; }

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

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

background-color css

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

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

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

border-color css

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

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

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