Html Css Color HEX #D0DE34 Bitter Lemon

📋 copy color: '#D0DE34'

red 208 ◦ green 222 ◦ blue 52

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

Shades of Bitter Lemon #D0DE34

Tints of Bitter Lemon #D0DE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.79%

R = 43.15%
G = 46.06%
B = 10.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#D0DE34 (or 0xD0DE34) is known color: Bitter Lemon. HEX triplet: D0, DE and 34. RGB value is (208,222,52). Sum of RGB (Red+Green+Blue) = 208+222+52=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DE34 is #2F21CB. Grayscale: #C7C7C7. Windows color (decimal): -3088844 or 3464912. OLE color: 3464912.

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

Color convert

RGB 208 222 52 -
CMYK 0.06 0 0.77 0.13
HSL 64.94º 0.72% 0.54% -
HSV(B) 64.94º 0.77% 0.87% -
XYZ 52.75 65.9 13.19 -
YUV 198.43 45.36 134.82 -
System Red Green Blue C M Y K H S L
Decimal 208 222 52 0.06 0 0.77 0.13 64.94 0.72 0.54
Hex D0 DE 34 6 0 4D D 41 48 36
Octal 320 336 64 6 0 115 15 101 110 66
Binary 11010000 11011110 110100 110 0 1001101 1101 1000001 1001000 110110

Color Harmonies of #D0DE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DE34

Black with #D0DE34

Text Example


Text Example

White with #D0DE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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