Html Css Color HEX #75CF77 Pastel Green

📋 copy color: '#75CF77'

red 117 ◦ green 207 ◦ blue 119

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

Shades of Pastel Green #75CF77

Tints of Pastel Green #75CF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 26.41%
G = 46.73%
B = 26.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#75CF77 (or 0x75CF77) is known color: Pastel Green. HEX triplet: 75, CF and 77. RGB value is (117,207,119). Sum of RGB (Red+Green+Blue) = 117+207+119=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF77 is #8A3088. Grayscale: #AAAAAA. Windows color (decimal): -9056393 or 7851893. OLE color: 7851893.

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

Color convert

RGB 117 207 119 -
CMYK 0.43 0 0.43 0.19
HSL 121.33º 0.48% 0.64% -
HSV(B) 121.33º 0.43% 0.81% -
XYZ 32.98 49.74 25.32 -
YUV 170.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 117 207 119 0.43 0 0.43 0.19 121.33 0.48 0.64
Hex 75 CF 77 2B 0 2B 13 79 30 40
Octal 165 317 167 53 0 53 23 171 60 100
Binary 1110101 11001111 1110111 101011 0 101011 10011 1111001 110000 1000000

Color Harmonies of #75CF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF77

Black with #75CF77

Text Example


Text Example

White with #75CF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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