Html Css Color HEX #DBEF2A Pear

📋 copy color: '#DBEF2A'

red 219 ◦ green 239 ◦ blue 42

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

Shades of Pear #DBEF2A

Tints of Pear #DBEF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.4%

R = 43.8%
G = 47.8%
B = 8.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#DBEF2A (or 0xDBEF2A) is known color: Pear. HEX triplet: DB, EF and 2A. RGB value is (219,239,42). Sum of RGB (Red+Green+Blue) = 219+239+42=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 42 (16.80% from 255 or 8.4% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF2A is #2410D5. Grayscale: #D3D3D3. Windows color (decimal): -2363606 or 2813915. OLE color: 2813915.

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

Color convert

RGB 219 239 42 -
CMYK 0.08 0 0.82 0.06
HSL 66.09º 0.86% 0.55% -
HSV(B) 66.09º 0.82% 0.94% -
XYZ 60.5 76.96 13.86 -
YUV 210.56 32.87 134.02 -
System Red Green Blue C M Y K H S L
Decimal 219 239 42 0.08 0 0.82 0.06 66.09 0.86 0.55
Hex DB EF 2A 8 0 52 6 42 56 37
Octal 333 357 52 10 0 122 6 102 126 67
Binary 11011011 11101111 101010 1000 0 1010010 110 1000010 1010110 110111

Color Harmonies of #DBEF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF2A

Black with #DBEF2A

Text Example


Text Example

White with #DBEF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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