Html Css Color HEX #D4DF2F Bitter Lemon

📋 copy color: '#D4DF2F'

red 212 ◦ green 223 ◦ blue 47

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

Shades of Bitter Lemon #D4DF2F

Tints of Bitter Lemon #D4DF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.75%

R = 43.98%
G = 46.27%
B = 9.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#D4DF2F (or 0xD4DF2F) is known color: Bitter Lemon. HEX triplet: D4, DF and 2F. RGB value is (212,223,47). Sum of RGB (Red+Green+Blue) = 212+223+47=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DF2F is #2B20D0. Grayscale: #C8C8C8. Windows color (decimal): -2826449 or 3137492. OLE color: 3137492.

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

Color convert

RGB 212 223 47 -
CMYK 0.05 0 0.79 0.13
HSL 63.75º 0.73% 0.53% -
HSV(B) 63.75º 0.79% 0.87% -
XYZ 54.05 66.98 12.77 -
YUV 199.65 41.86 136.81 -
System Red Green Blue C M Y K H S L
Decimal 212 223 47 0.05 0 0.79 0.13 63.75 0.73 0.53
Hex D4 DF 2F 5 0 4F D 40 49 35
Octal 324 337 57 5 0 117 15 100 111 65
Binary 11010100 11011111 101111 101 0 1001111 1101 1000000 1001001 110101

Color Harmonies of #D4DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DF2F

Black with #D4DF2F

Text Example


Text Example

White with #D4DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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