Html Css Color HEX #75CF80 Pastel Green

📋 copy color: '#75CF80'

red 117 ◦ green 207 ◦ blue 128

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

Shades of Pastel Green #75CF80

Tints of Pastel Green #75CF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.32%

R = 25.88%
G = 45.8%
B = 28.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#75CF80 (or 0x75CF80) is known color: Pastel Green. HEX triplet: 75, CF and 80. RGB value is (117,207,128). Sum of RGB (Red+Green+Blue) = 117+207+128=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CF80 is #8A307F. Grayscale: #ABABAB. Windows color (decimal): -9056384 or 8441717. OLE color: 8441717.

HSL color Cylindrical-coordinate representation of color #75CF80: hue angle of 127.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 #75CF80 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 128 -
CMYK 0.43 0 0.38 0.19
HSL 127.33º 0.48% 0.64% -
HSV(B) 127.33º 0.43% 0.81% -
XYZ 33.55 49.97 28.3 -
YUV 171.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 117 207 128 0.43 0 0.38 0.19 127.33 0.48 0.64
Hex 75 CF 80 2B 0 26 13 7F 30 40
Octal 165 317 200 53 0 46 23 177 60 100
Binary 1110101 11001111 10000000 101011 0 100110 10011 1111111 110000 1000000

Color Harmonies of #75CF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF80

Black with #75CF80

Text Example


Text Example

White with #75CF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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