Html Css Color HEX #7FCB85 De York

📋 copy color: '#7FCB85'

red 127 ◦ green 203 ◦ blue 133

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

Shades of De York #7FCB85

Tints of De York #7FCB85

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 27.43%
G = 43.84%
B = 28.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#7FCB85 (or 0x7FCB85) is known color: De York. HEX triplet: 7F, CB and 85. RGB value is (127,203,133). Sum of RGB (Red+Green+Blue) = 127+203+133=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCB85 is #80347A. Grayscale: #ACACAC. Windows color (decimal): -8402043 or 8768383. OLE color: 8768383.

HSL color Cylindrical-coordinate representation of color #7FCB85: hue angle of 124.74º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCB85 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 203 133 -
CMYK 0.37 0 0.34 0.20
HSL 124.74º 0.42% 0.65% -
HSV(B) 124.74º 0.37% 0.8% -
XYZ 34.34 48.92 29.82 -
YUV 172.3 105.82 95.69 -
System Red Green Blue C M Y K H S L
Decimal 127 203 133 0.37 0 0.34 0.20 124.74 0.42 0.65
Hex 7F CB 85 25 0 22 14 7D 2A 41
Octal 177 313 205 45 0 42 24 175 52 101
Binary 1111111 11001011 10000101 100101 0 100010 10100 1111101 101010 1000001

Color Harmonies of #7FCB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCB85

Black with #7FCB85

Text Example


Text Example

White with #7FCB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,203,133); }

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

background-color css

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

 a { background-color: rgb(127,203,133); }

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

border-color css

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

 span { border-color: rgb(127,203,133); }

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