Html Css Color HEX #75DA6D Pastel Green

📋 copy color: '#75DA6D'

red 117 ◦ green 218 ◦ blue 109

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

Shades of Pastel Green #75DA6D

Tints of Pastel Green #75DA6D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

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

R = 26.35%
G = 49.1%
B = 24.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#75DA6D (or 0x75DA6D) is known color: Pastel Green. HEX triplet: 75, DA and 6D. RGB value is (117,218,109). Sum of RGB (Red+Green+Blue) = 117+218+109=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DA6D is #8A2592. Grayscale: #AFAFAF. Windows color (decimal): -9053587 or 7199349. OLE color: 7199349.

HSL color Cylindrical-coordinate representation of color #75DA6D: hue angle of 115.6º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75DA6D is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 218 109 -
CMYK 0.46 0 0.5 0.15
HSL 115.6º 0.6% 0.64% -
HSV(B) 115.6º 0.5% 0.85% -
XYZ 35.17 55.03 23.24 -
YUV 175.38 90.54 86.36 -
System Red Green Blue C M Y K H S L
Decimal 117 218 109 0.46 0 0.5 0.15 115.6 0.6 0.64
Hex 75 DA 6D 2E 0 32 F 74 3C 40
Octal 165 332 155 56 0 62 17 164 74 100
Binary 1110101 11011010 1101101 101110 0 110010 1111 1110100 111100 1000000

Color Harmonies of #75DA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DA6D

Black with #75DA6D

Text Example


Text Example

White with #75DA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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