Html Css Color HEX #81B902 Citrus

📋 copy color: '#81B902'

red 129 ◦ green 185 ◦ blue 2

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

Shades of Citrus #81B902

Tints of Citrus #81B902

RGB

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

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

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

R = 40.82%
G = 58.54%
B = 0.63%

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

#81B902 (or 0x81B902) is known color: Citrus. HEX triplet: 81, B9 and 02. RGB value is (129,185,2). Sum of RGB (Red+Green+Blue) = 129+185+2=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #81B902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B902 is #7E46FD. Grayscale: #949494. Windows color (decimal): -8275710 or 178561. OLE color: 178561.

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

Color convert

RGB 129 185 2 -
CMYK 0.30 0 0.99 0.27
HSL 78.36º 0.98% 0.37% -
HSV(B) 78.36º 0.99% 0.73% -
XYZ 26.41 39.37 6.26 -
YUV 147.39 45.95 114.88 -
System Red Green Blue C M Y K H S L
Decimal 129 185 2 0.30 0 0.99 0.27 78.36 0.98 0.37
Hex 81 B9 2 1E 0 63 1B 4E 62 25
Octal 201 271 2 36 0 143 33 116 142 45
Binary 10000001 10111001 10 11110 0 1100011 11011 1001110 1100010 100101

Color Harmonies of #81B902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B902

Black with #81B902

Text Example


Text Example

White with #81B902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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