Html Css Color HEX #75DA68 Pastel Green

📋 copy color: '#75DA68'

red 117 ◦ green 218 ◦ blue 104

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

Shades of Pastel Green #75DA68

Tints of Pastel Green #75DA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.69%

R = 26.65%
G = 49.66%
B = 23.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#75DA68 (or 0x75DA68) is known color: Pastel Green. HEX triplet: 75, DA and 68. RGB value is (117,218,104). Sum of RGB (Red+Green+Blue) = 117+218+104=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DA68 is #8A2597. Grayscale: #AFAFAF. Windows color (decimal): -9053592 or 6871669. OLE color: 6871669.

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

Color convert

RGB 117 218 104 -
CMYK 0.46 0 0.52 0.15
HSL 113.16º 0.61% 0.63% -
HSV(B) 113.16º 0.52% 0.85% -
XYZ 34.91 54.92 21.86 -
YUV 174.81 88.04 86.77 -
System Red Green Blue C M Y K H S L
Decimal 117 218 104 0.46 0 0.52 0.15 113.16 0.61 0.63
Hex 75 DA 68 2E 0 34 F 71 3D 3F
Octal 165 332 150 56 0 64 17 161 75 77
Binary 1110101 11011010 1101000 101110 0 110100 1111 1110001 111101 111111

Color Harmonies of #75DA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DA68

Black with #75DA68

Text Example


Text Example

White with #75DA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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