Html Css Color HEX #75DC75 Pastel Green

📋 copy color: '#75DC75'

red 117 ◦ green 220 ◦ blue 117

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

Shades of Pastel Green #75DC75

Tints of Pastel Green #75DC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.46%

 BLUE value IS 117 (46.09% from 255) = 25.77%

R = 25.77%
G = 48.46%
B = 25.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#75DC75 (or 0x75DC75) is known color: Pastel Green. HEX triplet: 75, DC and 75. RGB value is (117,220,117). Sum of RGB (Red+Green+Blue) = 117+220+117=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC75 is #8A238A. Grayscale: #B1B1B1. Windows color (decimal): -9053067 or 7724149. OLE color: 7724149.

HSL color Cylindrical-coordinate representation of color #75DC75: hue angle of 120º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC75 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 117 -
CMYK 0.47 0 0.47 0.14
HSL 120º 0.6% 0.66% -
HSV(B) 120º 0.47% 0.86% -
XYZ 36.14 56.25 25.78 -
YUV 177.46 93.88 84.88 -
System Red Green Blue C M Y K H S L
Decimal 117 220 117 0.47 0 0.47 0.14 120 0.6 0.66
Hex 75 DC 75 2F 0 2F E 78 3C 42
Octal 165 334 165 57 0 57 16 170 74 102
Binary 1110101 11011100 1110101 101111 0 101111 1110 1111000 111100 1000010

Color Harmonies of #75DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC75

Black with #75DC75

Text Example


Text Example

White with #75DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,117); }

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

background-color css

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

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

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

border-color css

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

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

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