Html Css Color HEX #75C881 De York

📋 copy color: '#75C881'

red 117 ◦ green 200 ◦ blue 129

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

Shades of De York #75C881

Tints of De York #75C881

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.84%

 BLUE value IS 129 (50.78% from 255) = 28.92%

R = 26.23%
G = 44.84%
B = 28.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#75C881 (or 0x75C881) is known color: De York. HEX triplet: 75, C8 and 81. RGB value is (117,200,129). Sum of RGB (Red+Green+Blue) = 117+200+129=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #75C881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C881 is #8A377E. Grayscale: #A7A7A7. Windows color (decimal): -9058175 or 8505461. OLE color: 8505461.

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

Color convert

RGB 117 200 129 -
CMYK 0.42 0 0.36 0.22
HSL 128.67º 0.43% 0.62% -
HSV(B) 128.67º 0.42% 0.78% -
XYZ 31.95 46.68 28.09 -
YUV 167.09 106.5 92.27 -
System Red Green Blue C M Y K H S L
Decimal 117 200 129 0.42 0 0.36 0.22 128.67 0.43 0.62
Hex 75 C8 81 2A 0 24 16 81 2B 3E
Octal 165 310 201 52 0 44 26 201 53 76
Binary 1110101 11001000 10000001 101010 0 100100 10110 10000001 101011 111110

Color Harmonies of #75C881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C881

Black with #75C881

Text Example


Text Example

White with #75C881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,200,129); }

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

background-color css

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

 a { background-color: rgb(117,200,129); }

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

border-color css

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

 span { border-color: rgb(117,200,129); }

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