Html Css Color HEX #D4E146 Bitter Lemon

📋 copy color: '#D4E146'

red 212 ◦ green 225 ◦ blue 70

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

Shades of Bitter Lemon #D4E146

Tints of Bitter Lemon #D4E146

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.38%

 BLUE value IS 70 (27.73% from 255) = 13.81%

R = 41.81%
G = 44.38%
B = 13.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#D4E146 (or 0xD4E146) is known color: Bitter Lemon. HEX triplet: D4, E1 and 46. RGB value is (212,225,70). Sum of RGB (Red+Green+Blue) = 212+225+70=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E146 is #2B1EB9. Grayscale: #CCCCCC. Windows color (decimal): -2825914 or 4645332. OLE color: 4645332.

HSL color Cylindrical-coordinate representation of color #D4E146: hue angle of 65.03º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4E146 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 70 -
CMYK 0.06 0 0.69 0.12
HSL 65.03º 0.72% 0.58% -
HSV(B) 65.03º 0.69% 0.88% -
XYZ 55.18 68.29 16.07 -
YUV 203.44 52.69 134.1 -
System Red Green Blue C M Y K H S L
Decimal 212 225 70 0.06 0 0.69 0.12 65.03 0.72 0.58
Hex D4 E1 46 6 0 45 C 41 48 3A
Octal 324 341 106 6 0 105 14 101 110 72
Binary 11010100 11100001 1000110 110 0 1000101 1100 1000001 1001000 111010

Color Harmonies of #D4E146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E146

Black with #D4E146

Text Example


Text Example

White with #D4E146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E146; }

 p { color: rgb(212,225,70); }

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

background-color css

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

 a { background-color: rgb(212,225,70); }

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

border-color css

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

 span { border-color: rgb(212,225,70); }

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