Html Css Color HEX #75C376 De York

📋 copy color: '#75C376'

red 117 ◦ green 195 ◦ blue 118

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

Shades of De York #75C376

Tints of De York #75C376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 27.21%
G = 45.35%
B = 27.44%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#75C376 (or 0x75C376) is known color: De York. HEX triplet: 75, C3 and 76. RGB value is (117,195,118). Sum of RGB (Red+Green+Blue) = 117+195+118=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #75C376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C376 is #8A3C89. Grayscale: #A3A3A3. Windows color (decimal): -9059466 or 7783285. OLE color: 7783285.

HSL color Cylindrical-coordinate representation of color #75C376: hue angle of 120.77º 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 #75C376 is Cyan = 0.4, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 118 -
CMYK 0.4 0 0.39 0.24
HSL 120.77º 0.39% 0.61% -
HSV(B) 120.77º 0.4% 0.76% -
XYZ 30.12 44.12 24.07 -
YUV 162.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 117 195 118 0.4 0 0.39 0.24 120.77 0.39 0.61
Hex 75 C3 76 28 0 27 18 79 27 3D
Octal 165 303 166 50 0 47 30 171 47 75
Binary 1110101 11000011 1110110 101000 0 100111 11000 1111001 100111 111101

Color Harmonies of #75C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C376

Black with #75C376

Text Example


Text Example

White with #75C376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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