Html Css Color HEX #81CD12 Lima

📋 copy color: '#81CD12'

red 129 ◦ green 205 ◦ blue 18

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

Shades of Lima #81CD12

Tints of Lima #81CD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.24%

 BLUE value IS 18 (7.42% from 255) = 5.11%

R = 36.65%
G = 58.24%
B = 5.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#81CD12 (or 0x81CD12) is known color: Lima. HEX triplet: 81, CD and 12. RGB value is (129,205,18). Sum of RGB (Red+Green+Blue) = 129+205+18=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CD12 is #7E32ED. Grayscale: #A1A1A1. Windows color (decimal): -8270574 or 1232257. OLE color: 1232257.

HSL color Cylindrical-coordinate representation of color #81CD12: hue angle of 84.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81CD12 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 205 18 -
CMYK 0.37 0 0.91 0.20
HSL 84.39º 0.84% 0.44% -
HSV(B) 84.39º 0.91% 0.8% -
XYZ 30.99 48.37 8.28 -
YUV 160.96 47.32 105.21 -
System Red Green Blue C M Y K H S L
Decimal 129 205 18 0.37 0 0.91 0.20 84.39 0.84 0.44
Hex 81 CD 12 25 0 5B 14 54 54 2C
Octal 201 315 22 45 0 133 24 124 124 54
Binary 10000001 11001101 10010 100101 0 1011011 10100 1010100 1010100 101100

Color Harmonies of #81CD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CD12

Black with #81CD12

Text Example


Text Example

White with #81CD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,205,18); }

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

background-color css

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

 a { background-color: rgb(129,205,18); }

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

border-color css

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

 span { border-color: rgb(129,205,18); }

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