Html Css Color HEX #7FCF7E De York

📋 copy color: '#7FCF7E'

red 127 ◦ green 207 ◦ blue 126

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

Shades of De York #7FCF7E

Tints of De York #7FCF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 27.61%
G = 45%
B = 27.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#7FCF7E (or 0x7FCF7E) is known color: De York. HEX triplet: 7F, CF and 7E. RGB value is (127,207,126). Sum of RGB (Red+Green+Blue) = 127+207+126=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCF7E is #803081. Grayscale: #AEAEAE. Windows color (decimal): -8401026 or 8310655. OLE color: 8310655.

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

Color convert

RGB 127 207 126 -
CMYK 0.39 0 0.39 0.19
HSL 119.26º 0.46% 0.65% -
HSV(B) 119.26º 0.39% 0.81% -
XYZ 34.83 50.64 27.68 -
YUV 173.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 127 207 126 0.39 0 0.39 0.19 119.26 0.46 0.65
Hex 7F CF 7E 27 0 27 13 77 2E 41
Octal 177 317 176 47 0 47 23 167 56 101
Binary 1111111 11001111 1111110 100111 0 100111 10011 1110111 101110 1000001

Color Harmonies of #7FCF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF7E

Black with #7FCF7E

Text Example


Text Example

White with #7FCF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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