Html Css Color HEX #75C779 De York

📋 copy color: '#75C779'

red 117 ◦ green 199 ◦ blue 121

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

Shades of De York #75C779

Tints of De York #75C779

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

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

R = 26.77%
G = 45.54%
B = 27.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#75C779 (or 0x75C779) is known color: De York. HEX triplet: 75, C7 and 79. RGB value is (117,199,121). Sum of RGB (Red+Green+Blue) = 117+199+121=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 199 - color contains mainly: green. Hex color #75C779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C779 is #8A3886. Grayscale: #A5A5A5. Windows color (decimal): -9058439 or 7980917. OLE color: 7980917.

HSL color Cylindrical-coordinate representation of color #75C779: hue angle of 122.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C779 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 199 121 -
CMYK 0.41 0 0.39 0.22
HSL 122.93º 0.42% 0.62% -
HSV(B) 122.93º 0.41% 0.78% -
XYZ 31.21 46.01 25.32 -
YUV 165.59 102.83 93.34 -
System Red Green Blue C M Y K H S L
Decimal 117 199 121 0.41 0 0.39 0.22 122.93 0.42 0.62
Hex 75 C7 79 29 0 27 16 7B 2A 3E
Octal 165 307 171 51 0 47 26 173 52 76
Binary 1110101 11000111 1111001 101001 0 100111 10110 1111011 101010 111110

Color Harmonies of #75C779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C779

Black with #75C779

Text Example


Text Example

White with #75C779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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