Html Css Color HEX #75CF7D Pastel Green

📋 copy color: '#75CF7D'

red 117 ◦ green 207 ◦ blue 125

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

Shades of Pastel Green #75CF7D

Tints of Pastel Green #75CF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 26.06%
G = 46.1%
B = 27.84%

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

#75CF7D (or 0x75CF7D) is known color: Pastel Green. HEX triplet: 75, CF and 7D. RGB value is (117,207,125). Sum of RGB (Red+Green+Blue) = 117+207+125=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF7D is #8A3082. Grayscale: #AAAAAA. Windows color (decimal): -9056387 or 8245109. OLE color: 8245109.

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

Color convert

RGB 117 207 125 -
CMYK 0.43 0 0.40 0.19
HSL 125.33º 0.48% 0.64% -
HSV(B) 125.33º 0.43% 0.81% -
XYZ 33.35 49.89 27.27 -
YUV 170.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 117 207 125 0.43 0 0.40 0.19 125.33 0.48 0.64
Hex 75 CF 7D 2B 0 28 13 7D 30 40
Octal 165 317 175 53 0 50 23 175 60 100
Binary 1110101 11001111 1111101 101011 0 101000 10011 1111101 110000 1000000

Color Harmonies of #75CF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF7D

Black with #75CF7D

Text Example


Text Example

White with #75CF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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