Html Css Color HEX #75BF81 De York

📋 copy color: '#75BF81'

red 117 ◦ green 191 ◦ blue 129

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

Shades of De York #75BF81

Tints of De York #75BF81

RGB

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

 GREEN value IS 191 (75% from 255) = 43.71%

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

R = 26.77%
G = 43.71%
B = 29.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#75BF81 (or 0x75BF81) is known color: De York. HEX triplet: 75, BF and 81. RGB value is (117,191,129). Sum of RGB (Red+Green+Blue) = 117+191+129=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF81 is #8A407E. Grayscale: #A1A1A1. Windows color (decimal): -9060479 or 8503157. OLE color: 8503157.

HSL color Cylindrical-coordinate representation of color #75BF81: hue angle of 129.73º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BF81 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 191 129 -
CMYK 0.39 0 0.32 0.25
HSL 129.73º 0.37% 0.6% -
HSV(B) 129.73º 0.39% 0.75% -
XYZ 29.93 42.63 27.42 -
YUV 161.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 117 191 129 0.39 0 0.32 0.25 129.73 0.37 0.6
Hex 75 BF 81 27 0 20 19 82 25 3C
Octal 165 277 201 47 0 40 31 202 45 74
Binary 1110101 10111111 10000001 100111 0 100000 11001 10000010 100101 111100

Color Harmonies of #75BF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF81

Black with #75BF81

Text Example


Text Example

White with #75BF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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