Html Css Color HEX #75DC8B Pastel Green

📋 copy color: '#75DC8B'

red 117 ◦ green 220 ◦ blue 139

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

Shades of Pastel Green #75DC8B

Tints of Pastel Green #75DC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 24.58%
G = 46.22%
B = 29.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#75DC8B (or 0x75DC8B) is known color: Pastel Green. HEX triplet: 75, DC and 8B. RGB value is (117,220,139). Sum of RGB (Red+Green+Blue) = 117+220+139=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC8B is #8A2374. Grayscale: #B4B4B4. Windows color (decimal): -9053045 or 9165941. OLE color: 9165941.

HSL color Cylindrical-coordinate representation of color #75DC8B: hue angle of 132.82º 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 #75DC8B is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 139 -
CMYK 0.47 0 0.37 0.14
HSL 132.82º 0.6% 0.66% -
HSV(B) 132.82º 0.47% 0.86% -
XYZ 37.59 56.83 33.41 -
YUV 179.97 104.88 83.09 -
System Red Green Blue C M Y K H S L
Decimal 117 220 139 0.47 0 0.37 0.14 132.82 0.6 0.66
Hex 75 DC 8B 2F 0 25 E 85 3C 42
Octal 165 334 213 57 0 45 16 205 74 102
Binary 1110101 11011100 10001011 101111 0 100101 1110 10000101 111100 1000010

Color Harmonies of #75DC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC8B

Black with #75DC8B

Text Example


Text Example

White with #75DC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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