Html Css Color HEX #75CA6E Pastel Green

📋 copy color: '#75CA6E'

red 117 ◦ green 202 ◦ blue 110

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

Shades of Pastel Green #75CA6E

Tints of Pastel Green #75CA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 27.27%
G = 47.09%
B = 25.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#75CA6E (or 0x75CA6E) is known color: Pastel Green. HEX triplet: 75, CA and 6E. RGB value is (117,202,110). Sum of RGB (Red+Green+Blue) = 117+202+110=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA6E is #8A3591. Grayscale: #A6A6A6. Windows color (decimal): -9057682 or 7260789. OLE color: 7260789.

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

Color convert

RGB 117 202 110 -
CMYK 0.42 0 0.46 0.21
HSL 115.43º 0.46% 0.61% -
HSV(B) 115.43º 0.46% 0.79% -
XYZ 31.27 47.15 22.2 -
YUV 166.1 96.34 92.98 -
System Red Green Blue C M Y K H S L
Decimal 117 202 110 0.42 0 0.46 0.21 115.43 0.46 0.61
Hex 75 CA 6E 2A 0 2E 15 73 2E 3D
Octal 165 312 156 52 0 56 25 163 56 75
Binary 1110101 11001010 1101110 101010 0 101110 10101 1110011 101110 111101

Color Harmonies of #75CA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA6E

Black with #75CA6E

Text Example


Text Example

White with #75CA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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