Html Css Color HEX #75DC7B Pastel Green

📋 copy color: '#75DC7B'

red 117 ◦ green 220 ◦ blue 123

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

Shades of Pastel Green #75DC7B

Tints of Pastel Green #75DC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.74%

R = 25.43%
G = 47.83%
B = 26.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#75DC7B (or 0x75DC7B) is known color: Pastel Green. HEX triplet: 75, DC and 7B. RGB value is (117,220,123). Sum of RGB (Red+Green+Blue) = 117+220+123=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC7B is #8A2384. Grayscale: #B2B2B2. Windows color (decimal): -9053061 or 8117365. OLE color: 8117365.

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

Color convert

RGB 117 220 123 -
CMYK 0.47 0 0.44 0.14
HSL 123.5º 0.6% 0.66% -
HSV(B) 123.5º 0.47% 0.86% -
XYZ 36.5 56.4 27.7 -
YUV 178.15 96.88 84.39 -
System Red Green Blue C M Y K H S L
Decimal 117 220 123 0.47 0 0.44 0.14 123.5 0.6 0.66
Hex 75 DC 7B 2F 0 2C E 7B 3C 42
Octal 165 334 173 57 0 54 16 173 74 102
Binary 1110101 11011100 1111011 101111 0 101100 1110 1111011 111100 1000010

Color Harmonies of #75DC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC7B

Black with #75DC7B

Text Example


Text Example

White with #75DC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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