Html Css Color HEX #75D28D De York

📋 copy color: '#75D28D'

red 117 ◦ green 210 ◦ blue 141

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

Shades of De York #75D28D

Tints of De York #75D28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 25%
G = 44.87%
B = 30.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#75D28D (or 0x75D28D) is known color: De York. HEX triplet: 75, D2 and 8D. RGB value is (117,210,141). Sum of RGB (Red+Green+Blue) = 117+210+141=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #75D28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D28D is #8A2D72. Grayscale: #AEAEAE. Windows color (decimal): -9055603 or 9294453. OLE color: 9294453.

HSL color Cylindrical-coordinate representation of color #75D28D: hue angle of 135.48º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D28D is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 210 141 -
CMYK 0.44 0 0.33 0.18
HSL 135.48º 0.51% 0.64% -
HSV(B) 135.48º 0.44% 0.82% -
XYZ 35.19 51.8 33.34 -
YUV 174.33 109.19 87.11 -
System Red Green Blue C M Y K H S L
Decimal 117 210 141 0.44 0 0.33 0.18 135.48 0.51 0.64
Hex 75 D2 8D 2C 0 21 12 87 33 40
Octal 165 322 215 54 0 41 22 207 63 100
Binary 1110101 11010010 10001101 101100 0 100001 10010 10000111 110011 1000000

Color Harmonies of #75D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D28D

Black with #75D28D

Text Example


Text Example

White with #75D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,210,141); }

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

background-color css

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

 a { background-color: rgb(117,210,141); }

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

border-color css

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

 span { border-color: rgb(117,210,141); }

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