Html Css Color HEX #81C002 Citrus

📋 copy color: '#81C002'

red 129 ◦ green 192 ◦ blue 2

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

Shades of Citrus #81C002

Tints of Citrus #81C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.44%

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

R = 39.94%
G = 59.44%
B = 0.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#81C002 (or 0x81C002) is known color: Citrus. HEX triplet: 81, C0 and 02. RGB value is (129,192,2). Sum of RGB (Red+Green+Blue) = 129+192+2=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #81C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C002 is #7E3FFD. Grayscale: #989898. Windows color (decimal): -8273918 or 180353. OLE color: 180353.

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

Color convert

RGB 129 192 2 -
CMYK 0.33 0 0.99 0.25
HSL 79.89º 0.98% 0.38% -
HSV(B) 79.89º 0.99% 0.75% -
XYZ 27.91 42.37 6.76 -
YUV 151.5 43.63 111.95 -
System Red Green Blue C M Y K H S L
Decimal 129 192 2 0.33 0 0.99 0.25 79.89 0.98 0.38
Hex 81 C0 2 21 0 63 19 50 62 26
Octal 201 300 2 41 0 143 31 120 142 46
Binary 10000001 11000000 10 100001 0 1100011 11001 1010000 1100010 100110

Color Harmonies of #81C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C002

Black with #81C002

Text Example


Text Example

White with #81C002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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