Html Css Color HEX #D0DE3C Bitter Lemon

📋 copy color: '#D0DE3C'

red 208 ◦ green 222 ◦ blue 60

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

Shades of Bitter Lemon #D0DE3C

Tints of Bitter Lemon #D0DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.31%

 BLUE value IS 60 (23.83% from 255) = 12.24%

R = 42.45%
G = 45.31%
B = 12.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#D0DE3C (or 0xD0DE3C) is known color: Bitter Lemon. HEX triplet: D0, DE and 3C. RGB value is (208,222,60). Sum of RGB (Red+Green+Blue) = 208+222+60=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DE3C is #2F21C3. Grayscale: #C7C7C7. Windows color (decimal): -3088836 or 3989200. OLE color: 3989200.

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

Color convert

RGB 208 222 60 -
CMYK 0.06 0 0.73 0.13
HSL 65.19º 0.71% 0.55% -
HSV(B) 65.19º 0.73% 0.87% -
XYZ 52.95 65.98 14.22 -
YUV 199.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 208 222 60 0.06 0 0.73 0.13 65.19 0.71 0.55
Hex D0 DE 3C 6 0 49 D 41 47 37
Octal 320 336 74 6 0 111 15 101 107 67
Binary 11010000 11011110 111100 110 0 1001001 1101 1000001 1000111 110111

Color Harmonies of #D0DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DE3C

Black with #D0DE3C

Text Example


Text Example

White with #D0DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DE3C; }

 p { color: rgb(208,222,60); }

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

background-color css

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

 a { background-color: rgb(208,222,60); }

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

border-color css

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

 span { border-color: rgb(208,222,60); }

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