Html Css Color HEX #75D58A De York

📋 copy color: '#75D58A'

red 117 ◦ green 213 ◦ blue 138

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

Shades of De York #75D58A

Tints of De York #75D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.51%

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 25%
G = 45.51%
B = 29.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#75D58A (or 0x75D58A) is known color: De York. HEX triplet: 75, D5 and 8A. RGB value is (117,213,138). Sum of RGB (Red+Green+Blue) = 117+213+138=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #75D58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D58A is #8A2A75. Grayscale: #AFAFAF. Windows color (decimal): -9054838 or 9098613. OLE color: 9098613.

HSL color Cylindrical-coordinate representation of color #75D58A: hue angle of 133.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D58A is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 213 138 -
CMYK 0.45 0 0.35 0.16
HSL 133.13º 0.53% 0.65% -
HSV(B) 133.13º 0.45% 0.84% -
XYZ 35.72 53.21 32.43 -
YUV 175.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 117 213 138 0.45 0 0.35 0.16 133.13 0.53 0.65
Hex 75 D5 8A 2D 0 23 10 85 35 41
Octal 165 325 212 55 0 43 20 205 65 101
Binary 1110101 11010101 10001010 101101 0 100011 10000 10000101 110101 1000001

Color Harmonies of #75D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D58A

Black with #75D58A

Text Example


Text Example

White with #75D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,213,138); }

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

background-color css

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

 a { background-color: rgb(117,213,138); }

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

border-color css

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

 span { border-color: rgb(117,213,138); }

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