Html Css Color HEX #D4DE3D Bitter Lemon

📋 copy color: '#D4DE3D'

red 212 ◦ green 222 ◦ blue 61

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

Shades of Bitter Lemon #D4DE3D

Tints of Bitter Lemon #D4DE3D

RGB

 RED value IS 212 (83.2% from 255) = 42.83%

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

 BLUE value IS 61 (24.22% from 255) = 12.32%

R = 42.83%
G = 44.85%
B = 12.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#D4DE3D (or 0xD4DE3D) is known color: Bitter Lemon. HEX triplet: D4, DE and 3D. RGB value is (212,222,61). Sum of RGB (Red+Green+Blue) = 212+222+61=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DE3D is #2B21C2. Grayscale: #C9C9C9. Windows color (decimal): -2826691 or 4054740. OLE color: 4054740.

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

Color convert

RGB 212 222 61 -
CMYK 0.05 0 0.73 0.13
HSL 63.73º 0.71% 0.55% -
HSV(B) 63.73º 0.73% 0.87% -
XYZ 54.11 66.58 14.41 -
YUV 200.66 49.19 136.09 -
System Red Green Blue C M Y K H S L
Decimal 212 222 61 0.05 0 0.73 0.13 63.73 0.71 0.55
Hex D4 DE 3D 5 0 49 D 40 47 37
Octal 324 336 75 5 0 111 15 100 107 67
Binary 11010100 11011110 111101 101 0 1001001 1101 1000000 1000111 110111

Color Harmonies of #D4DE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DE3D

Black with #D4DE3D

Text Example


Text Example

White with #D4DE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DE3D; }

 p { color: rgb(212,222,61); }

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

background-color css

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

 a { background-color: rgb(212,222,61); }

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

border-color css

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

 span { border-color: rgb(212,222,61); }

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