Html Css Color HEX #75CB6D Pastel Green

📋 copy color: '#75CB6D'

red 117 ◦ green 203 ◦ blue 109

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

Shades of Pastel Green #75CB6D

Tints of Pastel Green #75CB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 27.27%
G = 47.32%
B = 25.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#75CB6D (or 0x75CB6D) is known color: Pastel Green. HEX triplet: 75, CB and 6D. RGB value is (117,203,109). Sum of RGB (Red+Green+Blue) = 117+203+109=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB6D is #8A3492. Grayscale: #A6A6A6. Windows color (decimal): -9057427 or 7195509. OLE color: 7195509.

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

Color convert

RGB 117 203 109 -
CMYK 0.42 0 0.46 0.20
HSL 114.89º 0.47% 0.61% -
HSV(B) 114.89º 0.46% 0.8% -
XYZ 31.45 47.6 22 -
YUV 166.57 95.51 92.64 -
System Red Green Blue C M Y K H S L
Decimal 117 203 109 0.42 0 0.46 0.20 114.89 0.47 0.61
Hex 75 CB 6D 2A 0 2E 14 73 2F 3D
Octal 165 313 155 52 0 56 24 163 57 75
Binary 1110101 11001011 1101101 101010 0 101110 10100 1110011 101111 111101

Color Harmonies of #75CB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB6D

Black with #75CB6D

Text Example


Text Example

White with #75CB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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