Html Css Color HEX #D0DD3E Bitter Lemon

📋 copy color: '#D0DD3E'

red 208 ◦ green 221 ◦ blue 62

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

Shades of Bitter Lemon #D0DD3E

Tints of Bitter Lemon #D0DD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.63%

R = 42.36%
G = 45.01%
B = 12.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#D0DD3E (or 0xD0DD3E) is known color: Bitter Lemon. HEX triplet: D0, DD and 3E. RGB value is (208,221,62). Sum of RGB (Red+Green+Blue) = 208+221+62=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD3E is #2F22C1. Grayscale: #C7C7C7. Windows color (decimal): -3089090 or 4120016. OLE color: 4120016.

HSL color Cylindrical-coordinate representation of color #D0DD3E: hue angle of 64.91º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0DD3E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 62 -
CMYK 0.06 0 0.72 0.13
HSL 64.91º 0.7% 0.55% -
HSV(B) 64.91º 0.72% 0.87% -
XYZ 52.74 65.47 14.41 -
YUV 198.99 50.69 134.43 -
System Red Green Blue C M Y K H S L
Decimal 208 221 62 0.06 0 0.72 0.13 64.91 0.7 0.55
Hex D0 DD 3E 6 0 48 D 41 46 37
Octal 320 335 76 6 0 110 15 101 106 67
Binary 11010000 11011101 111110 110 0 1001000 1101 1000001 1000110 110111

Color Harmonies of #D0DD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD3E

Black with #D0DD3E

Text Example


Text Example

White with #D0DD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD3E; }

 p { color: rgb(208,221,62); }

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

background-color css

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

 a { background-color: rgb(208,221,62); }

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

border-color css

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

 span { border-color: rgb(208,221,62); }

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