Html Css Color HEX #D5DC25 Bitter Lemon

📋 copy color: '#D5DC25'

red 213 ◦ green 220 ◦ blue 37

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

Shades of Bitter Lemon #D5DC25

Tints of Bitter Lemon #D5DC25

RGB

 RED value IS 213 (83.59% from 255) = 45.32%

 GREEN value IS 220 (86.33% from 255) = 46.81%

 BLUE value IS 37 (14.84% from 255) = 7.87%

R = 45.32%
G = 46.81%
B = 7.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#D5DC25 (or 0xD5DC25) is known color: Bitter Lemon. HEX triplet: D5, DC and 25. RGB value is (213,220,37). Sum of RGB (Red+Green+Blue) = 213+220+37=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC25 is #2A23DA. Grayscale: #C5C5C5. Windows color (decimal): -2761691 or 2481365. OLE color: 2481365.

HSL color Cylindrical-coordinate representation of color #D5DC25: hue angle of 62.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5DC25 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 37 -
CMYK 0.03 0 0.83 0.14
HSL 62.3º 0.72% 0.5% -
HSV(B) 62.3º 0.83% 0.86% -
XYZ 53.37 65.47 11.57 -
YUV 197.05 37.68 139.38 -
System Red Green Blue C M Y K H S L
Decimal 213 220 37 0.03 0 0.83 0.14 62.3 0.72 0.5
Hex D5 DC 25 3 0 53 E 3E 48 32
Octal 325 334 45 3 0 123 16 76 110 62
Binary 11010101 11011100 100101 11 0 1010011 1110 111110 1001000 110010

Color Harmonies of #D5DC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC25

Black with #D5DC25

Text Example


Text Example

White with #D5DC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC25; }

 p { color: rgb(213,220,37); }

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

background-color css

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

 a { background-color: rgb(213,220,37); }

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

border-color css

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

 span { border-color: rgb(213,220,37); }

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