Html Css Color HEX #7FC075 De York

📋 copy color: '#7FC075'

red 127 ◦ green 192 ◦ blue 117

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

Shades of De York #7FC075

Tints of De York #7FC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

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

R = 29.13%
G = 44.04%
B = 26.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#7FC075 (or 0x7FC075) is known color: De York. HEX triplet: 7F, C0 and 75. RGB value is (127,192,117). Sum of RGB (Red+Green+Blue) = 127+192+117=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC075 is #803F8A. Grayscale: #A4A4A4. Windows color (decimal): -8404875 or 7716991. OLE color: 7716991.

HSL color Cylindrical-coordinate representation of color #7FC075: hue angle of 112º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FC075 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 117 -
CMYK 0.34 0 0.39 0.25
HSL 112º 0.37% 0.61% -
HSV(B) 112º 0.39% 0.75% -
XYZ 30.81 43.5 23.6 -
YUV 164.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 127 192 117 0.34 0 0.39 0.25 112 0.37 0.61
Hex 7F C0 75 22 0 27 19 70 25 3D
Octal 177 300 165 42 0 47 31 160 45 75
Binary 1111111 11000000 1110101 100010 0 100111 11001 1110000 100101 111101

Color Harmonies of #7FC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC075

Black with #7FC075

Text Example


Text Example

White with #7FC075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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