Html Css Color HEX #75CA6B Pastel Green

📋 copy color: '#75CA6B'

red 117 ◦ green 202 ◦ blue 107

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

Shades of Pastel Green #75CA6B

Tints of Pastel Green #75CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.42%

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 27.46%
G = 47.42%
B = 25.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#75CA6B (or 0x75CA6B) is known color: Pastel Green. HEX triplet: 75, CA and 6B. RGB value is (117,202,107). Sum of RGB (Red+Green+Blue) = 117+202+107=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA6B is #8A3594. Grayscale: #A6A6A6. Windows color (decimal): -9057685 or 7064181. OLE color: 7064181.

HSL color Cylindrical-coordinate representation of color #75CA6B: hue angle of 113.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75CA6B is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 107 -
CMYK 0.42 0 0.47 0.21
HSL 113.68º 0.47% 0.61% -
HSV(B) 113.68º 0.47% 0.79% -
XYZ 31.11 47.08 21.36 -
YUV 165.76 94.84 93.22 -
System Red Green Blue C M Y K H S L
Decimal 117 202 107 0.42 0 0.47 0.21 113.68 0.47 0.61
Hex 75 CA 6B 2A 0 2F 15 72 2F 3D
Octal 165 312 153 52 0 57 25 162 57 75
Binary 1110101 11001010 1101011 101010 0 101111 10101 1110010 101111 111101

Color Harmonies of #75CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA6B

Black with #75CA6B

Text Example


Text Example

White with #75CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,202,107); }

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

background-color css

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

 a { background-color: rgb(117,202,107); }

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

border-color css

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

 span { border-color: rgb(117,202,107); }

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