Html Css Color HEX #75BC7F De York

📋 copy color: '#75BC7F'

red 117 ◦ green 188 ◦ blue 127

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

Shades of De York #75BC7F

Tints of De York #75BC7F

RGB

 RED value IS 117 (46.09% from 255) = 27.08%

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 127 (50% from 255) = 29.4%

R = 27.08%
G = 43.52%
B = 29.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#75BC7F (or 0x75BC7F) is known color: De York. HEX triplet: 75, BC and 7F. RGB value is (117,188,127). Sum of RGB (Red+Green+Blue) = 117+188+127=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC7F is #8A4380. Grayscale: #9F9F9F. Windows color (decimal): -9061249 or 8371317. OLE color: 8371317.

HSL color Cylindrical-coordinate representation of color #75BC7F: hue angle of 128.45º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BC7F is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 127 -
CMYK 0.38 0 0.32 0.26
HSL 128.45º 0.35% 0.6% -
HSV(B) 128.45º 0.38% 0.74% -
XYZ 29.15 41.28 26.51 -
YUV 159.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 117 188 127 0.38 0 0.32 0.26 128.45 0.35 0.6
Hex 75 BC 7F 26 0 20 1A 80 23 3C
Octal 165 274 177 46 0 40 32 200 43 74
Binary 1110101 10111100 1111111 100110 0 100000 11010 10000000 100011 111100

Color Harmonies of #75BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC7F

Black with #75BC7F

Text Example


Text Example

White with #75BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75BC7F; }

 p { color: rgb(117,188,127); }

 H1.HeaderClassName
 {
   color: #75BC7F;
 }
 .AnyTagClassName
 {
   color: #75BC7F;
 }
</style>

background-color css

<style>
 a { background-color: #75BC7F; }

 a { background-color: rgb(117,188,127); }

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

border-color css

<style>
 span { border-color: #75BC7F; }

 span { border-color: rgb(117,188,127); }

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