Html Css Color HEX #75F685 Pastel Green

📋 copy color: '#75F685'

red 117 ◦ green 246 ◦ blue 133

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

Shades of Pastel Green #75F685

Tints of Pastel Green #75F685

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.6%

 BLUE value IS 133 (52.34% from 255) = 26.81%

R = 23.59%
G = 49.6%
B = 26.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#75F685 (or 0x75F685) is known color: Pastel Green. HEX triplet: 75, F6 and 85. RGB value is (117,246,133). Sum of RGB (Red+Green+Blue) = 117+246+133=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #75F685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F685 is #8A097A. Grayscale: #C2C2C2. Windows color (decimal): -9046395 or 8779381. OLE color: 8779381.

HSL color Cylindrical-coordinate representation of color #75F685: hue angle of 127.44º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F685 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 246 133 -
CMYK 0.52 0 0.46 0.04
HSL 127.44º 0.88% 0.71% -
HSV(B) 127.44º 0.52% 0.96% -
XYZ 44.53 71.39 33.62 -
YUV 194.55 93.26 72.69 -
System Red Green Blue C M Y K H S L
Decimal 117 246 133 0.52 0 0.46 0.04 127.44 0.88 0.71
Hex 75 F6 85 34 0 2E 4 7F 58 47
Octal 165 366 205 64 0 56 4 177 130 107
Binary 1110101 11110110 10000101 110100 0 101110 100 1111111 1011000 1000111

Color Harmonies of #75F685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F685

Black with #75F685

Text Example


Text Example

White with #75F685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,246,133); }

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

background-color css

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

 a { background-color: rgb(117,246,133); }

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

border-color css

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

 span { border-color: rgb(117,246,133); }

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