Html Css Color HEX #75CF7C Pastel Green

📋 copy color: '#75CF7C'

red 117 ◦ green 207 ◦ blue 124

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

Shades of Pastel Green #75CF7C

Tints of Pastel Green #75CF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 26.12%
G = 46.21%
B = 27.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#75CF7C (or 0x75CF7C) is known color: Pastel Green. HEX triplet: 75, CF and 7C. RGB value is (117,207,124). Sum of RGB (Red+Green+Blue) = 117+207+124=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF7C is #8A3083. Grayscale: #AAAAAA. Windows color (decimal): -9056388 or 8179573. OLE color: 8179573.

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

Color convert

RGB 117 207 124 -
CMYK 0.43 0 0.40 0.19
HSL 124.67º 0.48% 0.64% -
HSV(B) 124.67º 0.43% 0.81% -
XYZ 33.29 49.86 26.94 -
YUV 170.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 117 207 124 0.43 0 0.40 0.19 124.67 0.48 0.64
Hex 75 CF 7C 2B 0 28 13 7D 30 40
Octal 165 317 174 53 0 50 23 175 60 100
Binary 1110101 11001111 1111100 101011 0 101000 10011 1111101 110000 1000000

Color Harmonies of #75CF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF7C

Black with #75CF7C

Text Example


Text Example

White with #75CF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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