Html Css Color HEX #68DA75 Pastel Green

📋 copy color: '#68DA75'

red 104 ◦ green 218 ◦ blue 117

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

Shades of Pastel Green #68DA75

Tints of Pastel Green #68DA75

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #68DA75: hue angle of 126.84º 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 #68DA75 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 218 117 -
CMYK 0.52 0 0.46 0.15
HSL 126.84º 0.61% 0.63% -
HSV(B) 126.84º 0.52% 0.85% -
XYZ 33.99 54.37 25.53 -
YUV 172.4 96.73 79.21 -
System Red Green Blue C M Y K H S L
Decimal 104 218 117 0.52 0 0.46 0.15 126.84 0.61 0.63
Hex 68 DA 75 34 0 2E F 7F 3D 3F
Octal 150 332 165 64 0 56 17 177 75 77
Binary 1101000 11011010 1110101 110100 0 101110 1111 1111111 111101 111111

Color Harmonies of #68DA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DA75

Black with #68DA75

Text Example


Text Example

White with #68DA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68DA75; }

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

 H1.HeaderClassName
 {
   color: #68DA75;
 }
 .AnyTagClassName
 {
   color: #68DA75;
 }
</style>

background-color css

<style>
 a { background-color: #68DA75; }

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

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

border-color css

<style>
 span { border-color: #68DA75; }

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

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