Html Css Color HEX #81BF01 Citrus

📋 copy color: '#81BF01'

red 129 ◦ green 191 ◦ blue 1

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

Shades of Citrus #81BF01

Tints of Citrus #81BF01

RGB

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

 GREEN value IS 191 (75% from 255) = 59.5%

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

R = 40.19%
G = 59.5%
B = 0.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#81BF01 (or 0x81BF01) is known color: Citrus. HEX triplet: 81, BF and 01. RGB value is (129,191,1). Sum of RGB (Red+Green+Blue) = 129+191+1=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BF01 is #7E40FE. Grayscale: #979797. Windows color (decimal): -8274175 or 114561. OLE color: 114561.

HSL color Cylindrical-coordinate representation of color #81BF01: hue angle of 79.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81BF01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 191 1 -
CMYK 0.32 0 0.99 0.25
HSL 79.58º 0.99% 0.38% -
HSV(B) 79.58º 0.99% 0.75% -
XYZ 27.69 41.93 6.66 -
YUV 150.8 43.46 112.45 -
System Red Green Blue C M Y K H S L
Decimal 129 191 1 0.32 0 0.99 0.25 79.58 0.99 0.38
Hex 81 BF 1 20 0 63 19 50 63 26
Octal 201 277 1 40 0 143 31 120 143 46
Binary 10000001 10111111 1 100000 0 1100011 11001 1010000 1100011 100110

Color Harmonies of #81BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF01

Black with #81BF01

Text Example


Text Example

White with #81BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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