Html Css Color HEX #7FCF7D De York

📋 copy color: '#7FCF7D'

red 127 ◦ green 207 ◦ blue 125

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

Shades of De York #7FCF7D

Tints of De York #7FCF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 27.67%
G = 45.1%
B = 27.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#7FCF7D (or 0x7FCF7D) is known color: De York. HEX triplet: 7F, CF and 7D. RGB value is (127,207,125). Sum of RGB (Red+Green+Blue) = 127+207+125=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCF7D is #803082. Grayscale: #ADADAD. Windows color (decimal): -8401027 or 8245119. OLE color: 8245119.

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

Color convert

RGB 127 207 125 -
CMYK 0.39 0 0.40 0.19
HSL 118.54º 0.46% 0.65% -
HSV(B) 118.54º 0.4% 0.81% -
XYZ 34.77 50.62 27.34 -
YUV 173.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 127 207 125 0.39 0 0.40 0.19 118.54 0.46 0.65
Hex 7F CF 7D 27 0 28 13 77 2E 41
Octal 177 317 175 47 0 50 23 167 56 101
Binary 1111111 11001111 1111101 100111 0 101000 10011 1110111 101110 1000001

Color Harmonies of #7FCF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF7D

Black with #7FCF7D

Text Example


Text Example

White with #7FCF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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