Html Css Color HEX #54960B Limeade

📋 copy color: '#54960B'

red 84 ◦ green 150 ◦ blue 11

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

Shades of Limeade #54960B

Tints of Limeade #54960B

RGB

 RED value IS 84 (33.2% from 255) = 34.29%

 GREEN value IS 150 (58.98% from 255) = 61.22%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 34.29%
G = 61.22%
B = 4.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#54960B (or 0x54960B) is known color: Limeade. HEX triplet: 54, 96 and 0B. RGB value is (84,150,11). Sum of RGB (Red+Green+Blue) = 84+150+11=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #54960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54960B is #AB69F4. Grayscale: #727272. Windows color (decimal): -11233781 or 759380. OLE color: 759380.

HSL color Cylindrical-coordinate representation of color #54960B: hue angle of 88.49º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54960B is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 11 -
CMYK 0.44 0 0.93 0.41
HSL 88.49º 0.86% 0.32% -
HSV(B) 88.49º 0.93% 0.59% -
XYZ 14.62 23.72 4.12 -
YUV 114.42 69.63 106.3 -
System Red Green Blue C M Y K H S L
Decimal 84 150 11 0.44 0 0.93 0.41 88.49 0.86 0.32
Hex 54 96 B 2C 0 5D 29 58 56 20
Octal 124 226 13 54 0 135 51 130 126 40
Binary 1010100 10010110 1011 101100 0 1011101 101001 1011000 1010110 100000

Color Harmonies of #54960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54960B

Black with #54960B

Text Example


Text Example

White with #54960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54960B; }

 p { color: rgb(84,150,11); }

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

background-color css

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

 a { background-color: rgb(84,150,11); }

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

border-color css

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

 span { border-color: rgb(84,150,11); }

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