Html Css Color HEX #81BC7D De York

📋 copy color: '#81BC7D'

red 129 ◦ green 188 ◦ blue 125

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

Shades of De York #81BC7D

Tints of De York #81BC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 29.19%
G = 42.53%
B = 28.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#81BC7D (or 0x81BC7D) is known color: De York. HEX triplet: 81, BC and 7D. RGB value is (129,188,125). Sum of RGB (Red+Green+Blue) = 129+188+125=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC7D is #7E4382. Grayscale: #A3A3A3. Windows color (decimal): -8274819 or 8240257. OLE color: 8240257.

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

Color convert

RGB 129 188 125 -
CMYK 0.31 0 0.34 0.26
HSL 116.19º 0.32% 0.61% -
HSV(B) 116.19º 0.34% 0.74% -
XYZ 30.74 42.11 25.91 -
YUV 163.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 129 188 125 0.31 0 0.34 0.26 116.19 0.32 0.61
Hex 81 BC 7D 1F 0 22 1A 74 20 3D
Octal 201 274 175 37 0 42 32 164 40 75
Binary 10000001 10111100 1111101 11111 0 100010 11010 1110100 100000 111101

Color Harmonies of #81BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC7D

Black with #81BC7D

Text Example


Text Example

White with #81BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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