Html Css Color HEX #7FC975 De York

📋 copy color: '#7FC975'

red 127 ◦ green 201 ◦ blue 117

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

Shades of De York #7FC975

Tints of De York #7FC975

RGB

 RED value IS 127 (50% from 255) = 28.54%

 GREEN value IS 201 (78.91% from 255) = 45.17%

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 28.54%
G = 45.17%
B = 26.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#7FC975 (or 0x7FC975) is known color: De York. HEX triplet: 7F, C9 and 75. RGB value is (127,201,117). Sum of RGB (Red+Green+Blue) = 127+201+117=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC975 is #80368A. Grayscale: #A9A9A9. Windows color (decimal): -8402571 or 7719295. OLE color: 7719295.

HSL color Cylindrical-coordinate representation of color #7FC975: hue angle of 112.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC975 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 201 117 -
CMYK 0.37 0 0.42 0.21
HSL 112.86º 0.44% 0.62% -
HSV(B) 112.86º 0.42% 0.79% -
XYZ 32.85 47.57 24.28 -
YUV 169.3 98.48 97.83 -
System Red Green Blue C M Y K H S L
Decimal 127 201 117 0.37 0 0.42 0.21 112.86 0.44 0.62
Hex 7F C9 75 25 0 2A 15 71 2C 3E
Octal 177 311 165 45 0 52 25 161 54 76
Binary 1111111 11001001 1110101 100101 0 101010 10101 1110001 101100 111110

Color Harmonies of #7FC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC975

Black with #7FC975

Text Example


Text Example

White with #7FC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FC975; }

 p { color: rgb(127,201,117); }

 H1.HeaderClassName
 {
   color: #7FC975;
 }
 .AnyTagClassName
 {
   color: #7FC975;
 }
</style>

background-color css

<style>
 a { background-color: #7FC975; }

 a { background-color: rgb(127,201,117); }

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

border-color css

<style>
 span { border-color: #7FC975; }

 span { border-color: rgb(127,201,117); }

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