Html Css Color HEX #7FCF8A De York

📋 copy color: '#7FCF8A'

red 127 ◦ green 207 ◦ blue 138

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

Shades of De York #7FCF8A

Tints of De York #7FCF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 26.91%
G = 43.86%
B = 29.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#7FCF8A (or 0x7FCF8A) is known color: De York. HEX triplet: 7F, CF and 8A. RGB value is (127,207,138). Sum of RGB (Red+Green+Blue) = 127+207+138=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCF8A is #803075. Grayscale: #AFAFAF. Windows color (decimal): -8401014 or 9097087. OLE color: 9097087.

HSL color Cylindrical-coordinate representation of color #7FCF8A: hue angle of 128.25º 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 #7FCF8A is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 138 -
CMYK 0.39 0 0.33 0.19
HSL 128.25º 0.45% 0.65% -
HSV(B) 128.25º 0.39% 0.81% -
XYZ 35.65 50.97 32 -
YUV 175.21 107 93.61 -
System Red Green Blue C M Y K H S L
Decimal 127 207 138 0.39 0 0.33 0.19 128.25 0.45 0.65
Hex 7F CF 8A 27 0 21 13 80 2D 41
Octal 177 317 212 47 0 41 23 200 55 101
Binary 1111111 11001111 10001010 100111 0 100001 10011 10000000 101101 1000001

Color Harmonies of #7FCF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF8A

Black with #7FCF8A

Text Example


Text Example

White with #7FCF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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