Html Css Color HEX #81B501 Citrus

📋 copy color: '#81B501'

red 129 ◦ green 181 ◦ blue 1

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

Shades of Citrus #81B501

Tints of Citrus #81B501

RGB

 RED value IS 129 (50.78% from 255) = 41.48%

 GREEN value IS 181 (71.09% from 255) = 58.2%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 41.48%
G = 58.2%
B = 0.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#81B501 (or 0x81B501) is known color: Citrus. HEX triplet: 81, B5 and 01. RGB value is (129,181,1). Sum of RGB (Red+Green+Blue) = 129+181+1=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #81B501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B501 is #7E4AFE. Grayscale: #919191. Windows color (decimal): -8276735 or 112001. OLE color: 112001.

HSL color Cylindrical-coordinate representation of color #81B501: hue angle of 77.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81B501 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 181 1 -
CMYK 0.29 0 0.99 0.29
HSL 77.33º 0.99% 0.36% -
HSV(B) 77.33º 0.99% 0.71% -
XYZ 25.58 37.72 5.96 -
YUV 144.93 46.77 116.64 -
System Red Green Blue C M Y K H S L
Decimal 129 181 1 0.29 0 0.99 0.29 77.33 0.99 0.36
Hex 81 B5 1 1D 0 63 1D 4D 63 24
Octal 201 265 1 35 0 143 35 115 143 44
Binary 10000001 10110101 1 11101 0 1100011 11101 1001101 1100011 100100

Color Harmonies of #81B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B501

Black with #81B501

Text Example


Text Example

White with #81B501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81B501; }

 p { color: rgb(129,181,1); }

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

background-color css

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

 a { background-color: rgb(129,181,1); }

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

border-color css

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

 span { border-color: rgb(129,181,1); }

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