Html Css Color HEX #DBEF3A Pear

📋 copy color: '#DBEF3A'

red 219 ◦ green 239 ◦ blue 58

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

Shades of Pear #DBEF3A

Tints of Pear #DBEF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.24%

R = 42.44%
G = 46.32%
B = 11.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#DBEF3A (or 0xDBEF3A) is known color: Pear. HEX triplet: DB, EF and 3A. RGB value is (219,239,58). Sum of RGB (Red+Green+Blue) = 219+239+58=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF3A is #2410C5. Grayscale: #D5D5D5. Windows color (decimal): -2363590 or 3862491. OLE color: 3862491.

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

Color convert

RGB 219 239 58 -
CMYK 0.08 0 0.76 0.06
HSL 66.63º 0.85% 0.58% -
HSV(B) 66.63º 0.76% 0.94% -
XYZ 60.84 77.1 15.68 -
YUV 212.39 40.87 132.72 -
System Red Green Blue C M Y K H S L
Decimal 219 239 58 0.08 0 0.76 0.06 66.63 0.85 0.58
Hex DB EF 3A 8 0 4C 6 43 55 3A
Octal 333 357 72 10 0 114 6 103 125 72
Binary 11011011 11101111 111010 1000 0 1001100 110 1000011 1010101 111010

Color Harmonies of #DBEF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF3A

Black with #DBEF3A

Text Example


Text Example

White with #DBEF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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