Html Css Color HEX #81BF02 Citrus

📋 copy color: '#81BF02'

red 129 ◦ green 191 ◦ blue 2

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

Shades of Citrus #81BF02

Tints of Citrus #81BF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 40.06%
G = 59.32%
B = 0.62%

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

#81BF02 (or 0x81BF02) is known color: Citrus. HEX triplet: 81, BF and 02. RGB value is (129,191,2). Sum of RGB (Red+Green+Blue) = 129+191+2=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BF02 is #7E40FD. Grayscale: #979797. Windows color (decimal): -8274174 or 180097. OLE color: 180097.

HSL color Cylindrical-coordinate representation of color #81BF02: hue angle of 79.68º degrees, saturation: 0.98, 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 #81BF02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 191 2 -
CMYK 0.32 0 0.99 0.25
HSL 79.68º 0.98% 0.38% -
HSV(B) 79.68º 0.99% 0.75% -
XYZ 27.7 41.93 6.69 -
YUV 150.92 43.96 112.37 -
System Red Green Blue C M Y K H S L
Decimal 129 191 2 0.32 0 0.99 0.25 79.68 0.98 0.38
Hex 81 BF 2 20 0 63 19 50 62 26
Octal 201 277 2 40 0 143 31 120 142 46
Binary 10000001 10111111 10 100000 0 1100011 11001 1010000 1100010 100110

Color Harmonies of #81BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF02

Black with #81BF02

Text Example


Text Example

White with #81BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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