Html Css Color HEX #81BC76 De York

📋 copy color: '#81BC76'

red 129 ◦ green 188 ◦ blue 118

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

Shades of De York #81BC76

Tints of De York #81BC76

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 29.66%
G = 43.22%
B = 27.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#81BC76 (or 0x81BC76) is known color: De York. HEX triplet: 81, BC and 76. RGB value is (129,188,118). Sum of RGB (Red+Green+Blue) = 129+188+118=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC76 is #7E4389. Grayscale: #A2A2A2. Windows color (decimal): -8274826 or 7781505. OLE color: 7781505.

HSL color Cylindrical-coordinate representation of color #81BC76: hue angle of 110.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81BC76 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 188 118 -
CMYK 0.31 0 0.37 0.26
HSL 110.57º 0.34% 0.6% -
HSV(B) 110.57º 0.37% 0.74% -
XYZ 30.31 41.94 23.64 -
YUV 162.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 129 188 118 0.31 0 0.37 0.26 110.57 0.34 0.6
Hex 81 BC 76 1F 0 25 1A 6F 22 3C
Octal 201 274 166 37 0 45 32 157 42 74
Binary 10000001 10111100 1110110 11111 0 100101 11010 1101111 100010 111100

Color Harmonies of #81BC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC76

Black with #81BC76

Text Example


Text Example

White with #81BC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,188,118); }

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

background-color css

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

 a { background-color: rgb(129,188,118); }

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

border-color css

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

 span { border-color: rgb(129,188,118); }

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