Html Css Color HEX #81CD0A Lima

📋 copy color: '#81CD0A'

red 129 ◦ green 205 ◦ blue 10

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

Shades of Lima #81CD0A

Tints of Lima #81CD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 37.5%
G = 59.59%
B = 2.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#81CD0A (or 0x81CD0A) is known color: Lima. HEX triplet: 81, CD and 0A. RGB value is (129,205,10). Sum of RGB (Red+Green+Blue) = 129+205+10=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 205 (80.47% from 255 or 59.59% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CD0A is #7E32F5. Grayscale: #A0A0A0. Windows color (decimal): -8270582 or 707969. OLE color: 707969.

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

Color convert

RGB 129 205 10 -
CMYK 0.37 0 0.95 0.20
HSL 83.38º 0.91% 0.42% -
HSV(B) 83.38º 0.95% 0.8% -
XYZ 30.94 48.35 7.99 -
YUV 160.05 43.32 105.86 -
System Red Green Blue C M Y K H S L
Decimal 129 205 10 0.37 0 0.95 0.20 83.38 0.91 0.42
Hex 81 CD A 25 0 5F 14 53 5B 2A
Octal 201 315 12 45 0 137 24 123 133 52
Binary 10000001 11001101 1010 100101 0 1011111 10100 1010011 1011011 101010

Color Harmonies of #81CD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CD0A

Black with #81CD0A

Text Example


Text Example

White with #81CD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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