Html Css Color HEX #81CD0F Lima

📋 copy color: '#81CD0F'

red 129 ◦ green 205 ◦ blue 15

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

Shades of Lima #81CD0F

Tints of Lima #81CD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 36.96%
G = 58.74%
B = 4.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#81CD0F (or 0x81CD0F) is known color: Lima. HEX triplet: 81, CD and 0F. RGB value is (129,205,15). Sum of RGB (Red+Green+Blue) = 129+205+15=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CD0F is #7E32F0. Grayscale: #A1A1A1. Windows color (decimal): -8270577 or 1035649. OLE color: 1035649.

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

Color convert

RGB 129 205 15 -
CMYK 0.37 0 0.93 0.20
HSL 84º 0.86% 0.43% -
HSV(B) 84º 0.93% 0.8% -
XYZ 30.97 48.36 8.15 -
YUV 160.62 45.82 105.45 -
System Red Green Blue C M Y K H S L
Decimal 129 205 15 0.37 0 0.93 0.20 84 0.86 0.43
Hex 81 CD F 25 0 5D 14 54 56 2B
Octal 201 315 17 45 0 135 24 124 126 53
Binary 10000001 11001101 1111 100101 0 1011101 10100 1010100 1010110 101011

Color Harmonies of #81CD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CD0F

Black with #81CD0F

Text Example


Text Example

White with #81CD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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