Html Css Color HEX #DBE135 Bitter Lemon

📋 copy color: '#DBE135'

red 219 ◦ green 225 ◦ blue 53

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

Shades of Bitter Lemon #DBE135

Tints of Bitter Lemon #DBE135

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 53 (21.09% from 255) = 10.66%

R = 44.06%
G = 45.27%
B = 10.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#DBE135 (or 0xDBE135) is known color: Bitter Lemon. HEX triplet: DB, E1 and 35. RGB value is (219,225,53). Sum of RGB (Red+Green+Blue) = 219+225+53=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE135 is #241ECA. Grayscale: #CCCCCC. Windows color (decimal): -2367179 or 3531227. OLE color: 3531227.

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

Color convert

RGB 219 225 53 -
CMYK 0.03 0 0.76 0.12
HSL 62.09º 0.74% 0.55% -
HSV(B) 62.09º 0.76% 0.88% -
XYZ 56.78 69.17 13.73 -
YUV 203.6 43.01 138.99 -
System Red Green Blue C M Y K H S L
Decimal 219 225 53 0.03 0 0.76 0.12 62.09 0.74 0.55
Hex DB E1 35 3 0 4C C 3E 4A 37
Octal 333 341 65 3 0 114 14 76 112 67
Binary 11011011 11100001 110101 11 0 1001100 1100 111110 1001010 110111

Color Harmonies of #DBE135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE135

Black with #DBE135

Text Example


Text Example

White with #DBE135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE135; }

 p { color: rgb(219,225,53); }

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

background-color css

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

 a { background-color: rgb(219,225,53); }

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

border-color css

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

 span { border-color: rgb(219,225,53); }

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