Html Css Color HEX #75EA7B Pastel Green

📋 copy color: '#75EA7B'

red 117 ◦ green 234 ◦ blue 123

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

Shades of Pastel Green #75EA7B

Tints of Pastel Green #75EA7B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.37%

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

R = 24.68%
G = 49.37%
B = 25.95%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#75EA7B (or 0x75EA7B) is known color: Pastel Green. HEX triplet: 75, EA and 7B. RGB value is (117,234,123). Sum of RGB (Red+Green+Blue) = 117+234+123=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EA7B is #8A1584. Grayscale: #BABABA. Windows color (decimal): -9049477 or 8120949. OLE color: 8120949.

HSL color Cylindrical-coordinate representation of color #75EA7B: hue angle of 123.08º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EA7B is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 123 -
CMYK 0.5 0 0.47 0.08
HSL 123.08º 0.74% 0.69% -
HSV(B) 123.08º 0.5% 0.92% -
XYZ 40.33 64.06 28.98 -
YUV 186.36 92.24 78.53 -
System Red Green Blue C M Y K H S L
Decimal 117 234 123 0.5 0 0.47 0.08 123.08 0.74 0.69
Hex 75 EA 7B 32 0 2F 8 7B 4A 45
Octal 165 352 173 62 0 57 10 173 112 105
Binary 1110101 11101010 1111011 110010 0 101111 1000 1111011 1001010 1000101

Color Harmonies of #75EA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EA7B

Black with #75EA7B

Text Example


Text Example

White with #75EA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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