Html Css Color HEX #75BF7D De York

📋 copy color: '#75BF7D'

red 117 ◦ green 191 ◦ blue 125

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

Shades of De York #75BF7D

Tints of De York #75BF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 44.11%

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

R = 27.02%
G = 44.11%
B = 28.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#75BF7D (or 0x75BF7D) is known color: De York. HEX triplet: 75, BF and 7D. RGB value is (117,191,125). Sum of RGB (Red+Green+Blue) = 117+191+125=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF7D is #8A4082. Grayscale: #A1A1A1. Windows color (decimal): -9060483 or 8241013. OLE color: 8241013.

HSL color Cylindrical-coordinate representation of color #75BF7D: hue angle of 126.49º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BF7D is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 191 125 -
CMYK 0.39 0 0.35 0.25
HSL 126.49º 0.37% 0.6% -
HSV(B) 126.49º 0.39% 0.75% -
XYZ 29.67 42.52 26.05 -
YUV 161.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 117 191 125 0.39 0 0.35 0.25 126.49 0.37 0.6
Hex 75 BF 7D 27 0 23 19 7E 25 3C
Octal 165 277 175 47 0 43 31 176 45 74
Binary 1110101 10111111 1111101 100111 0 100011 11001 1111110 100101 111100

Color Harmonies of #75BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF7D

Black with #75BF7D

Text Example


Text Example

White with #75BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,191,125); }

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

background-color css

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

 a { background-color: rgb(117,191,125); }

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

border-color css

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

 span { border-color: rgb(117,191,125); }

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