Html Css Color HEX #DBEF3B Pear

📋 copy color: '#DBEF3B'

red 219 ◦ green 239 ◦ blue 59

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

Shades of Pear #DBEF3B

Tints of Pear #DBEF3B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.23%

 BLUE value IS 59 (23.44% from 255) = 11.41%

R = 42.36%
G = 46.23%
B = 11.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#DBEF3B (or 0xDBEF3B) is known color: Pear. HEX triplet: DB, EF and 3B. RGB value is (219,239,59). Sum of RGB (Red+Green+Blue) = 219+239+59=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 59 (23.44% from 255 or 11.41% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF3B is #2410C4. Grayscale: #D5D5D5. Windows color (decimal): -2363589 or 3928027. OLE color: 3928027.

HSL color Cylindrical-coordinate representation of color #DBEF3B: hue angle of 66.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBEF3B is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 59 -
CMYK 0.08 0 0.75 0.06
HSL 66.67º 0.85% 0.58% -
HSV(B) 66.67º 0.75% 0.94% -
XYZ 60.87 77.11 15.81 -
YUV 212.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 219 239 59 0.08 0 0.75 0.06 66.67 0.85 0.58
Hex DB EF 3B 8 0 4B 6 43 55 3A
Octal 333 357 73 10 0 113 6 103 125 72
Binary 11011011 11101111 111011 1000 0 1001011 110 1000011 1010101 111010

Color Harmonies of #DBEF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF3B

Black with #DBEF3B

Text Example


Text Example

White with #DBEF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF3B; }

 p { color: rgb(219,239,59); }

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

background-color css

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

 a { background-color: rgb(219,239,59); }

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

border-color css

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

 span { border-color: rgb(219,239,59); }

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