Html Css Color HEX #D7DD25 Bitter Lemon

📋 copy color: '#D7DD25'

red 215 ◦ green 221 ◦ blue 37

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

Shades of Bitter Lemon #D7DD25

Tints of Bitter Lemon #D7DD25

RGB

 RED value IS 215 (84.38% from 255) = 45.45%

 GREEN value IS 221 (86.72% from 255) = 46.72%

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

R = 45.45%
G = 46.72%
B = 7.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#D7DD25 (or 0xD7DD25) is known color: Bitter Lemon. HEX triplet: D7, DD and 25. RGB value is (215,221,37). Sum of RGB (Red+Green+Blue) = 215+221+37=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DD25 is #2822DA. Grayscale: #C6C6C6. Windows color (decimal): -2630363 or 2481623. OLE color: 2481623.

HSL color Cylindrical-coordinate representation of color #D7DD25: hue angle of 61.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7DD25 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 221 37 -
CMYK 0.03 0 0.83 0.13
HSL 61.96º 0.73% 0.51% -
HSV(B) 61.96º 0.83% 0.87% -
XYZ 54.21 66.29 11.69 -
YUV 198.23 37.01 139.96 -
System Red Green Blue C M Y K H S L
Decimal 215 221 37 0.03 0 0.83 0.13 61.96 0.73 0.51
Hex D7 DD 25 3 0 53 D 3E 49 33
Octal 327 335 45 3 0 123 15 76 111 63
Binary 11010111 11011101 100101 11 0 1010011 1101 111110 1001001 110011

Color Harmonies of #D7DD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DD25

Black with #D7DD25

Text Example


Text Example

White with #D7DD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DD25; }

 p { color: rgb(215,221,37); }

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

background-color css

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

 a { background-color: rgb(215,221,37); }

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

border-color css

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

 span { border-color: rgb(215,221,37); }

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