Html Css Color HEX #81B901 Citrus

📋 copy color: '#81B901'

red 129 ◦ green 185 ◦ blue 1

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

Shades of Citrus #81B901

Tints of Citrus #81B901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.73%

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

R = 40.95%
G = 58.73%
B = 0.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#81B901 (or 0x81B901) is known color: Citrus. HEX triplet: 81, B9 and 01. RGB value is (129,185,1). Sum of RGB (Red+Green+Blue) = 129+185+1=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #81B901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B901 is #7E46FE. Grayscale: #939393. Windows color (decimal): -8275711 or 113025. OLE color: 113025.

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

Color convert

RGB 129 185 1 -
CMYK 0.30 0 0.99 0.27
HSL 78.26º 0.99% 0.36% -
HSV(B) 78.26º 0.99% 0.73% -
XYZ 26.41 39.37 6.24 -
YUV 147.28 45.45 114.96 -
System Red Green Blue C M Y K H S L
Decimal 129 185 1 0.30 0 0.99 0.27 78.26 0.99 0.36
Hex 81 B9 1 1E 0 63 1B 4E 63 24
Octal 201 271 1 36 0 143 33 116 143 44
Binary 10000001 10111001 1 11110 0 1100011 11011 1001110 1100011 100100

Color Harmonies of #81B901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B901

Black with #81B901

Text Example


Text Example

White with #81B901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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