Html Css Color HEX #81BD35 Limerick

📋 copy color: '#81BD35'

red 129 ◦ green 189 ◦ blue 53

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

Shades of Limerick #81BD35

Tints of Limerick #81BD35

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.94%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 34.77%
G = 50.94%
B = 14.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#81BD35 (or 0x81BD35) is known color: Limerick. HEX triplet: 81, BD and 35. RGB value is (129,189,53). Sum of RGB (Red+Green+Blue) = 129+189+53=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD35 is #7E42CA. Grayscale: #9C9C9C. Windows color (decimal): -8274635 or 3521921. OLE color: 3521921.

HSL color Cylindrical-coordinate representation of color #81BD35: hue angle of 86.47º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81BD35 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 189 53 -
CMYK 0.32 0 0.72 0.26
HSL 86.47º 0.56% 0.47% -
HSV(B) 86.47º 0.72% 0.74% -
XYZ 27.89 41.32 9.87 -
YUV 155.56 70.12 109.06 -
System Red Green Blue C M Y K H S L
Decimal 129 189 53 0.32 0 0.72 0.26 86.47 0.56 0.47
Hex 81 BD 35 20 0 48 1A 56 38 2F
Octal 201 275 65 40 0 110 32 126 70 57
Binary 10000001 10111101 110101 100000 0 1001000 11010 1010110 111000 101111

Color Harmonies of #81BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD35

Black with #81BD35

Text Example


Text Example

White with #81BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,189,53); }

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

background-color css

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

 a { background-color: rgb(129,189,53); }

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

border-color css

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

 span { border-color: rgb(129,189,53); }

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