Html Css Color HEX #D0DC25 Bitter Lemon

📋 copy color: '#D0DC25'

red 208 ◦ green 220 ◦ blue 37

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

Shades of Bitter Lemon #D0DC25

Tints of Bitter Lemon #D0DC25

RGB

 RED value IS 208 (81.64% from 255) = 44.73%

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

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

R = 44.73%
G = 47.31%
B = 7.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#D0DC25 (or 0xD0DC25) is known color: Bitter Lemon. HEX triplet: D0, DC and 25. RGB value is (208,220,37). Sum of RGB (Red+Green+Blue) = 208+220+37=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 37 (14.84% from 255 or 7.96% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC25 is #2F23DA. Grayscale: #C4C4C4. Windows color (decimal): -3089371 or 2481360. OLE color: 2481360.

HSL color Cylindrical-coordinate representation of color #D0DC25: hue angle of 63.93º 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 #D0DC25 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 37 -
CMYK 0.05 0 0.83 0.14
HSL 63.93º 0.72% 0.5% -
HSV(B) 63.93º 0.83% 0.86% -
XYZ 51.94 64.73 11.51 -
YUV 195.55 38.52 136.88 -
System Red Green Blue C M Y K H S L
Decimal 208 220 37 0.05 0 0.83 0.14 63.93 0.72 0.5
Hex D0 DC 25 5 0 53 E 40 48 32
Octal 320 334 45 5 0 123 16 100 110 62
Binary 11010000 11011100 100101 101 0 1010011 1110 1000000 1001000 110010

Color Harmonies of #D0DC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC25

Black with #D0DC25

Text Example


Text Example

White with #D0DC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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