Html Css Color HEX #81B702 Citrus

📋 copy color: '#81B702'

red 129 ◦ green 183 ◦ blue 2

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

Shades of Citrus #81B702

Tints of Citrus #81B702

RGB

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

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

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

R = 41.08%
G = 58.28%
B = 0.64%

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

#81B702 (or 0x81B702) is known color: Citrus. HEX triplet: 81, B7 and 02. RGB value is (129,183,2). Sum of RGB (Red+Green+Blue) = 129+183+2=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #81B702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B702 is #7E48FD. Grayscale: #929292. Windows color (decimal): -8276222 or 178049. OLE color: 178049.

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

Color convert

RGB 129 183 2 -
CMYK 0.30 0 0.99 0.28
HSL 77.9º 0.98% 0.36% -
HSV(B) 77.9º 0.99% 0.72% -
XYZ 26 38.54 6.13 -
YUV 146.22 46.61 115.72 -
System Red Green Blue C M Y K H S L
Decimal 129 183 2 0.30 0 0.99 0.28 77.9 0.98 0.36
Hex 81 B7 2 1E 0 63 1C 4E 62 24
Octal 201 267 2 36 0 143 34 116 142 44
Binary 10000001 10110111 10 11110 0 1100011 11100 1001110 1100010 100100

Color Harmonies of #81B702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B702

Black with #81B702

Text Example


Text Example

White with #81B702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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