Html Css Color HEX #81B701 Citrus

📋 copy color: '#81B701'

red 129 ◦ green 183 ◦ blue 1

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

Shades of Citrus #81B701

Tints of Citrus #81B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.47%

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

R = 41.21%
G = 58.47%
B = 0.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#81B701 (or 0x81B701) is known color: Citrus. HEX triplet: 81, B7 and 01. RGB value is (129,183,1). Sum of RGB (Red+Green+Blue) = 129+183+1=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #81B701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B701 is #7E48FE. Grayscale: #929292. Windows color (decimal): -8276223 or 112513. OLE color: 112513.

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

Color convert

RGB 129 183 1 -
CMYK 0.30 0 0.99 0.28
HSL 77.8º 0.99% 0.36% -
HSV(B) 77.8º 0.99% 0.72% -
XYZ 25.99 38.54 6.1 -
YUV 146.11 46.11 115.8 -
System Red Green Blue C M Y K H S L
Decimal 129 183 1 0.30 0 0.99 0.28 77.8 0.99 0.36
Hex 81 B7 1 1E 0 63 1C 4E 63 24
Octal 201 267 1 36 0 143 34 116 143 44
Binary 10000001 10110111 1 11110 0 1100011 11100 1001110 1100011 100100

Color Harmonies of #81B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B701

Black with #81B701

Text Example


Text Example

White with #81B701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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