Html Css Color HEX #75CB7A Pastel Green

📋 copy color: '#75CB7A'

red 117 ◦ green 203 ◦ blue 122

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

Shades of Pastel Green #75CB7A

Tints of Pastel Green #75CB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 26.47%
G = 45.93%
B = 27.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#75CB7A (or 0x75CB7A) is known color: Pastel Green. HEX triplet: 75, CB and 7A. RGB value is (117,203,122). Sum of RGB (Red+Green+Blue) = 117+203+122=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB7A is #8A3485. Grayscale: #A8A8A8. Windows color (decimal): -9057414 or 8047477. OLE color: 8047477.

HSL color Cylindrical-coordinate representation of color #75CB7A: hue angle of 123.49º 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 #75CB7A is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 122 -
CMYK 0.42 0 0.40 0.20
HSL 123.49º 0.45% 0.63% -
HSV(B) 123.49º 0.42% 0.8% -
XYZ 32.2 47.9 25.96 -
YUV 168.05 102.01 91.59 -
System Red Green Blue C M Y K H S L
Decimal 117 203 122 0.42 0 0.40 0.20 123.49 0.45 0.63
Hex 75 CB 7A 2A 0 28 14 7B 2D 3F
Octal 165 313 172 52 0 50 24 173 55 77
Binary 1110101 11001011 1111010 101010 0 101000 10100 1111011 101101 111111

Color Harmonies of #75CB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB7A

Black with #75CB7A

Text Example


Text Example

White with #75CB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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