Html Css Color HEX #DBEF3E Pear

📋 copy color: '#DBEF3E'

red 219 ◦ green 239 ◦ blue 62

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

Shades of Pear #DBEF3E

Tints of Pear #DBEF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.92%

R = 42.12%
G = 45.96%
B = 11.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#DBEF3E (or 0xDBEF3E) is known color: Pear. HEX triplet: DB, EF and 3E. RGB value is (219,239,62). Sum of RGB (Red+Green+Blue) = 219+239+62=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 62 (24.61% from 255 or 11.92% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF3E is #2410C1. Grayscale: #D5D5D5. Windows color (decimal): -2363586 or 4124635. OLE color: 4124635.

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

Color convert

RGB 219 239 62 -
CMYK 0.08 0 0.74 0.06
HSL 66.78º 0.85% 0.59% -
HSV(B) 66.78º 0.74% 0.94% -
XYZ 60.95 77.14 16.23 -
YUV 212.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 219 239 62 0.08 0 0.74 0.06 66.78 0.85 0.59
Hex DB EF 3E 8 0 4A 6 43 55 3B
Octal 333 357 76 10 0 112 6 103 125 73
Binary 11011011 11101111 111110 1000 0 1001010 110 1000011 1010101 111011

Color Harmonies of #DBEF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF3E

Black with #DBEF3E

Text Example


Text Example

White with #DBEF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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