Html Css Color HEX #75CF86 De York

📋 copy color: '#75CF86'

red 117 ◦ green 207 ◦ blue 134

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

Shades of De York #75CF86

Tints of De York #75CF86

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.2%

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 25.55%
G = 45.2%
B = 29.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#75CF86 (or 0x75CF86) is known color: De York. HEX triplet: 75, CF and 86. RGB value is (117,207,134). Sum of RGB (Red+Green+Blue) = 117+207+134=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CF86 is #8A3079. Grayscale: #ABABAB. Windows color (decimal): -9056378 or 8834933. OLE color: 8834933.

HSL color Cylindrical-coordinate representation of color #75CF86: hue angle of 131.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CF86 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 134 -
CMYK 0.43 0 0.35 0.19
HSL 131.33º 0.48% 0.64% -
HSV(B) 131.33º 0.43% 0.81% -
XYZ 33.95 50.13 30.44 -
YUV 171.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 117 207 134 0.43 0 0.35 0.19 131.33 0.48 0.64
Hex 75 CF 86 2B 0 23 13 83 30 40
Octal 165 317 206 53 0 43 23 203 60 100
Binary 1110101 11001111 10000110 101011 0 100011 10011 10000011 110000 1000000

Color Harmonies of #75CF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF86

Black with #75CF86

Text Example


Text Example

White with #75CF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,207,134); }

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

background-color css

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

 a { background-color: rgb(117,207,134); }

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

border-color css

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

 span { border-color: rgb(117,207,134); }

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