Html Css Color HEX #538F00 Limeade

📋 copy color: '#538F00'

red 83 ◦ green 143 ◦ blue 0

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

Shades of Limeade #538F00

Tints of Limeade #538F00

RGB

 RED value IS 83 (32.81% from 255) = 36.73%

 GREEN value IS 143 (56.25% from 255) = 63.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.73%
G = 63.27%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#538F00 (or 0x538F00) is known color: Limeade. HEX triplet: 53, 8F and 00. RGB value is (83,143,0). Sum of RGB (Red+Green+Blue) = 83+143+0=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #538F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538F00 is #AC70FF. Grayscale: #6D6D6D. Windows color (decimal): -11301120 or 36691. OLE color: 36691.

HSL color Cylindrical-coordinate representation of color #538F00: hue angle of 85.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #538F00 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 0 -
CMYK 0.42 0 1 0.44
HSL 85.17º 1% 0.28% -
HSV(B) 85.17º 1% 0.56% -
XYZ 13.39 21.48 3.44 -
YUV 108.76 66.62 109.63 -
System Red Green Blue C M Y K H S L
Decimal 83 143 0 0.42 0 1 0.44 85.17 1 0.28
Hex 53 8F 0 2A 0 64 2C 55 64 1C
Octal 123 217 0 52 0 144 54 125 144 34
Binary 1010011 10001111 0 101010 0 1100100 101100 1010101 1100100 11100

Color Harmonies of #538F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F00

Black with #538F00

Text Example


Text Example

White with #538F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538F00; }

 p { color: rgb(83,143,0); }

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

background-color css

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

 a { background-color: rgb(83,143,0); }

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

border-color css

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

 span { border-color: rgb(83,143,0); }

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