Html Css Color HEX #D5D925 Bitter Lemon

📋 copy color: '#D5D925'

red 213 ◦ green 217 ◦ blue 37

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

Shades of Bitter Lemon #D5D925

Tints of Bitter Lemon #D5D925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.47%

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

R = 45.61%
G = 46.47%
B = 7.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D5D925 (or 0xD5D925) is known color: Bitter Lemon. HEX triplet: D5, D9 and 25. RGB value is (213,217,37). Sum of RGB (Red+Green+Blue) = 213+217+37=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D925 is #2A26DA. Grayscale: #C4C4C4. Windows color (decimal): -2762459 or 2480597. OLE color: 2480597.

HSL color Cylindrical-coordinate representation of color #D5D925: hue angle of 61.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5D925 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 37 -
CMYK 0.02 0 0.83 0.15
HSL 61.33º 0.71% 0.5% -
HSV(B) 61.33º 0.83% 0.85% -
XYZ 52.59 63.91 11.31 -
YUV 195.28 38.67 140.64 -
System Red Green Blue C M Y K H S L
Decimal 213 217 37 0.02 0 0.83 0.15 61.33 0.71 0.5
Hex D5 D9 25 2 0 53 F 3D 47 32
Octal 325 331 45 2 0 123 17 75 107 62
Binary 11010101 11011001 100101 10 0 1010011 1111 111101 1000111 110010

Color Harmonies of #D5D925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D925

Black with #D5D925

Text Example


Text Example

White with #D5D925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D925; }

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

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

background-color css

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

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

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

border-color css

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

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

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