Html Css Color HEX #75E07B Pastel Green

📋 copy color: '#75E07B'

red 117 ◦ green 224 ◦ blue 123

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

Shades of Pastel Green #75E07B

Tints of Pastel Green #75E07B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 25.22%
G = 48.28%
B = 26.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#75E07B (or 0x75E07B) is known color: Pastel Green. HEX triplet: 75, E0 and 7B. RGB value is (117,224,123). Sum of RGB (Red+Green+Blue) = 117+224+123=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #75E07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E07B is #8A1F84. Grayscale: #B4B4B4. Windows color (decimal): -9052037 or 8118389. OLE color: 8118389.

HSL color Cylindrical-coordinate representation of color #75E07B: hue angle of 123.36º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E07B is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 224 123 -
CMYK 0.48 0 0.45 0.12
HSL 123.36º 0.63% 0.67% -
HSV(B) 123.36º 0.48% 0.88% -
XYZ 37.57 58.52 28.06 -
YUV 180.49 95.55 82.71 -
System Red Green Blue C M Y K H S L
Decimal 117 224 123 0.48 0 0.45 0.12 123.36 0.63 0.67
Hex 75 E0 7B 30 0 2D C 7B 3F 43
Octal 165 340 173 60 0 55 14 173 77 103
Binary 1110101 11100000 1111011 110000 0 101101 1100 1111011 111111 1000011

Color Harmonies of #75E07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E07B

Black with #75E07B

Text Example


Text Example

White with #75E07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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