Html Css Color HEX #7FBE85 De York

📋 copy color: '#7FBE85'

red 127 ◦ green 190 ◦ blue 133

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

Shades of De York #7FBE85

Tints of De York #7FBE85

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.22%

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

R = 28.22%
G = 42.22%
B = 29.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#7FBE85 (or 0x7FBE85) is known color: De York. HEX triplet: 7F, BE and 85. RGB value is (127,190,133). Sum of RGB (Red+Green+Blue) = 127+190+133=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE85 is #80417A. Grayscale: #A4A4A4. Windows color (decimal): -8405371 or 8765055. OLE color: 8765055.

HSL color Cylindrical-coordinate representation of color #7FBE85: hue angle of 125.71º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBE85 is Cyan = 0.33, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 190 133 -
CMYK 0.33 0 0.3 0.25
HSL 125.71º 0.33% 0.62% -
HSV(B) 125.71º 0.33% 0.75% -
XYZ 31.4 43.03 28.84 -
YUV 164.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 127 190 133 0.33 0 0.3 0.25 125.71 0.33 0.62
Hex 7F BE 85 21 0 1E 19 7E 21 3E
Octal 177 276 205 41 0 36 31 176 41 76
Binary 1111111 10111110 10000101 100001 0 11110 11001 1111110 100001 111110

Color Harmonies of #7FBE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE85

Black with #7FBE85

Text Example


Text Example

White with #7FBE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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