Html Css Color HEX #7FCF8F De York

📋 copy color: '#7FCF8F'

red 127 ◦ green 207 ◦ blue 143

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

Shades of De York #7FCF8F

Tints of De York #7FCF8F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.4%

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 26.62%
G = 43.4%
B = 29.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#7FCF8F (or 0x7FCF8F) is known color: De York. HEX triplet: 7F, CF and 8F. RGB value is (127,207,143). Sum of RGB (Red+Green+Blue) = 127+207+143=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCF8F is #803070. Grayscale: #AFAFAF. Windows color (decimal): -8401009 or 9424767. OLE color: 9424767.

HSL color Cylindrical-coordinate representation of color #7FCF8F: hue angle of 132º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCF8F is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 143 -
CMYK 0.39 0 0.31 0.19
HSL 132º 0.45% 0.65% -
HSV(B) 132º 0.39% 0.81% -
XYZ 36.02 51.12 33.96 -
YUV 175.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 127 207 143 0.39 0 0.31 0.19 132 0.45 0.65
Hex 7F CF 8F 27 0 1F 13 84 2D 41
Octal 177 317 217 47 0 37 23 204 55 101
Binary 1111111 11001111 10001111 100111 0 11111 10011 10000100 101101 1000001

Color Harmonies of #7FCF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF8F

Black with #7FCF8F

Text Example


Text Example

White with #7FCF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,207,143); }

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

background-color css

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

 a { background-color: rgb(127,207,143); }

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

border-color css

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

 span { border-color: rgb(127,207,143); }

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