Html Css Color HEX #D4DF3D Bitter Lemon

📋 copy color: '#D4DF3D'

red 212 ◦ green 223 ◦ blue 61

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

Shades of Bitter Lemon #D4DF3D

Tints of Bitter Lemon #D4DF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.96%

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

R = 42.74%
G = 44.96%
B = 12.3%

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

#D4DF3D (or 0xD4DF3D) is known color: Bitter Lemon. HEX triplet: D4, DF and 3D. RGB value is (212,223,61). Sum of RGB (Red+Green+Blue) = 212+223+61=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DF3D is #2B20C2. Grayscale: #C9C9C9. Windows color (decimal): -2826435 or 4054996. OLE color: 4054996.

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

Color convert

RGB 212 223 61 -
CMYK 0.05 0 0.73 0.13
HSL 64.07º 0.72% 0.56% -
HSV(B) 64.07º 0.73% 0.87% -
XYZ 54.38 67.11 14.5 -
YUV 201.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 212 223 61 0.05 0 0.73 0.13 64.07 0.72 0.56
Hex D4 DF 3D 5 0 49 D 40 48 38
Octal 324 337 75 5 0 111 15 100 110 70
Binary 11010100 11011111 111101 101 0 1001001 1101 1000000 1001000 111000

Color Harmonies of #D4DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DF3D

Black with #D4DF3D

Text Example


Text Example

White with #D4DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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