Html Css Color HEX #DBF62F Pear

📋 copy color: '#DBF62F'

red 219 ◦ green 246 ◦ blue 47

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

Shades of Pear #DBF62F

Tints of Pear #DBF62F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.05%

 BLUE value IS 47 (18.75% from 255) = 9.18%

R = 42.77%
G = 48.05%
B = 9.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#DBF62F (or 0xDBF62F) is known color: Pear. HEX triplet: DB, F6 and 2F. RGB value is (219,246,47). Sum of RGB (Red+Green+Blue) = 219+246+47=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF62F is #2409D0. Grayscale: #D8D8D8. Windows color (decimal): -2361809 or 3143387. OLE color: 3143387.

HSL color Cylindrical-coordinate representation of color #DBF62F: hue angle of 68.14º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBF62F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 47 -
CMYK 0.11 0 0.81 0.04
HSL 68.14º 0.92% 0.57% -
HSV(B) 68.14º 0.81% 0.96% -
XYZ 62.68 81.18 15.05 -
YUV 215.24 33.05 130.68 -
System Red Green Blue C M Y K H S L
Decimal 219 246 47 0.11 0 0.81 0.04 68.14 0.92 0.57
Hex DB F6 2F B 0 51 4 44 5C 39
Octal 333 366 57 13 0 121 4 104 134 71
Binary 11011011 11110110 101111 1011 0 1010001 100 1000100 1011100 111001

Color Harmonies of #DBF62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF62F

Black with #DBF62F

Text Example


Text Example

White with #DBF62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF62F; }

 p { color: rgb(219,246,47); }

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

background-color css

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

 a { background-color: rgb(219,246,47); }

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

border-color css

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

 span { border-color: rgb(219,246,47); }

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