Html Css Color HEX #DBE02B Bitter Lemon

📋 copy color: '#DBE02B'

red 219 ◦ green 224 ◦ blue 43

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

Shades of Bitter Lemon #DBE02B

Tints of Bitter Lemon #DBE02B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.09%

 BLUE value IS 43 (17.19% from 255) = 8.85%

R = 45.06%
G = 46.09%
B = 8.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#DBE02B (or 0xDBE02B) is known color: Bitter Lemon. HEX triplet: DB, E0 and 2B. RGB value is (219,224,43). Sum of RGB (Red+Green+Blue) = 219+224+43=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE02B is #241FD4. Grayscale: #CACACA. Windows color (decimal): -2367445 or 2875611. OLE color: 2875611.

HSL color Cylindrical-coordinate representation of color #DBE02B: hue angle of 61.66º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBE02B is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 43 -
CMYK 0.02 0 0.81 0.12
HSL 61.66º 0.74% 0.52% -
HSV(B) 61.66º 0.81% 0.88% -
XYZ 56.31 68.55 12.55 -
YUV 201.87 38.34 140.22 -
System Red Green Blue C M Y K H S L
Decimal 219 224 43 0.02 0 0.81 0.12 61.66 0.74 0.52
Hex DB E0 2B 2 0 51 C 3E 4A 34
Octal 333 340 53 2 0 121 14 76 112 64
Binary 11011011 11100000 101011 10 0 1010001 1100 111110 1001010 110100

Color Harmonies of #DBE02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE02B

Black with #DBE02B

Text Example


Text Example

White with #DBE02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE02B; }

 p { color: rgb(219,224,43); }

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

background-color css

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

 a { background-color: rgb(219,224,43); }

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

border-color css

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

 span { border-color: rgb(219,224,43); }

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