Html Css Color HEX #75C379 De York

📋 copy color: '#75C379'

red 117 ◦ green 195 ◦ blue 121

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

Shades of De York #75C379

Tints of De York #75C379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

 BLUE value IS 121 (47.66% from 255) = 27.94%

R = 27.02%
G = 45.03%
B = 27.94%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#75C379 (or 0x75C379) is known color: De York. HEX triplet: 75, C3 and 79. RGB value is (117,195,121). Sum of RGB (Red+Green+Blue) = 117+195+121=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #75C379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C379 is #8A3C86. Grayscale: #A3A3A3. Windows color (decimal): -9059463 or 7979893. OLE color: 7979893.

HSL color Cylindrical-coordinate representation of color #75C379: hue angle of 123.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C379 is Cyan = 0.4, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 121 -
CMYK 0.4 0 0.38 0.24
HSL 123.08º 0.39% 0.61% -
HSV(B) 123.08º 0.4% 0.76% -
XYZ 30.3 44.19 25.02 -
YUV 163.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 117 195 121 0.4 0 0.38 0.24 123.08 0.39 0.61
Hex 75 C3 79 28 0 26 18 7B 27 3D
Octal 165 303 171 50 0 46 30 173 47 75
Binary 1110101 11000011 1111001 101000 0 100110 11000 1111011 100111 111101

Color Harmonies of #75C379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C379

Black with #75C379

Text Example


Text Example

White with #75C379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,195,121); }

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

background-color css

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

 a { background-color: rgb(117,195,121); }

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

border-color css

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

 span { border-color: rgb(117,195,121); }

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