Html Css Color HEX #81C101 Citrus

📋 copy color: '#81C101'

red 129 ◦ green 193 ◦ blue 1

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

Shades of Citrus #81C101

Tints of Citrus #81C101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.75%

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

R = 39.94%
G = 59.75%
B = 0.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#81C101 (or 0x81C101) is known color: Citrus. HEX triplet: 81, C1 and 01. RGB value is (129,193,1). Sum of RGB (Red+Green+Blue) = 129+193+1=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #81C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C101 is #7E3EFE. Grayscale: #989898. Windows color (decimal): -8273663 or 115073. OLE color: 115073.

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

Color convert

RGB 129 193 1 -
CMYK 0.33 0 0.99 0.24
HSL 80º 0.99% 0.38% -
HSV(B) 80º 0.99% 0.76% -
XYZ 28.13 42.81 6.81 -
YUV 151.98 42.8 111.61 -
System Red Green Blue C M Y K H S L
Decimal 129 193 1 0.33 0 0.99 0.24 80 0.99 0.38
Hex 81 C1 1 21 0 63 18 50 63 26
Octal 201 301 1 41 0 143 30 120 143 46
Binary 10000001 11000001 1 100001 0 1100011 11000 1010000 1100011 100110

Color Harmonies of #81C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C101

Black with #81C101

Text Example


Text Example

White with #81C101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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