Html Css Color HEX #76C27F De York

📋 copy color: '#76C27F'

red 118 ◦ green 194 ◦ blue 127

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

Shades of De York #76C27F

Tints of De York #76C27F

RGB

 RED value IS 118 (46.48% from 255) = 26.88%

 GREEN value IS 194 (76.17% from 255) = 44.19%

 BLUE value IS 127 (50% from 255) = 28.93%

R = 26.88%
G = 44.19%
B = 28.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#76C27F (or 0x76C27F) is known color: De York. HEX triplet: 76, C2 and 7F. RGB value is (118,194,127). Sum of RGB (Red+Green+Blue) = 118+194+127=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #76C27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C27F is #893D80. Grayscale: #A3A3A3. Windows color (decimal): -8994177 or 8372854. OLE color: 8372854.

HSL color Cylindrical-coordinate representation of color #76C27F: hue angle of 127.11º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C27F is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 127 -
CMYK 0.39 0 0.35 0.24
HSL 127.11º 0.38% 0.61% -
HSV(B) 127.11º 0.39% 0.76% -
XYZ 30.59 43.97 26.95 -
YUV 163.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 118 194 127 0.39 0 0.35 0.24 127.11 0.38 0.61
Hex 76 C2 7F 27 0 23 18 7F 26 3D
Octal 166 302 177 47 0 43 30 177 46 75
Binary 1110110 11000010 1111111 100111 0 100011 11000 1111111 100110 111101

Color Harmonies of #76C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C27F

Black with #76C27F

Text Example


Text Example

White with #76C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C27F; }

 p { color: rgb(118,194,127); }

 H1.HeaderClassName
 {
   color: #76C27F;
 }
 .AnyTagClassName
 {
   color: #76C27F;
 }
</style>

background-color css

<style>
 a { background-color: #76C27F; }

 a { background-color: rgb(118,194,127); }

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

border-color css

<style>
 span { border-color: #76C27F; }

 span { border-color: rgb(118,194,127); }

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