Html Css Color HEX #75CB7B Pastel Green

📋 copy color: '#75CB7B'

red 117 ◦ green 203 ◦ blue 123

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

Shades of Pastel Green #75CB7B

Tints of Pastel Green #75CB7B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.82%

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

R = 26.41%
G = 45.82%
B = 27.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#75CB7B (or 0x75CB7B) is known color: Pastel Green. HEX triplet: 75, CB and 7B. RGB value is (117,203,123). Sum of RGB (Red+Green+Blue) = 117+203+123=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB7B is #8A3484. Grayscale: #A8A8A8. Windows color (decimal): -9057413 or 8113013. OLE color: 8113013.

HSL color Cylindrical-coordinate representation of color #75CB7B: hue angle of 124.19º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CB7B is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 123 -
CMYK 0.42 0 0.39 0.20
HSL 124.19º 0.45% 0.63% -
HSV(B) 124.19º 0.42% 0.8% -
XYZ 32.27 47.92 26.29 -
YUV 168.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 117 203 123 0.42 0 0.39 0.20 124.19 0.45 0.63
Hex 75 CB 7B 2A 0 27 14 7C 2D 3F
Octal 165 313 173 52 0 47 24 174 55 77
Binary 1110101 11001011 1111011 101010 0 100111 10100 1111100 101101 111111

Color Harmonies of #75CB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB7B

Black with #75CB7B

Text Example


Text Example

White with #75CB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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