Html Css Color HEX #68DA82 Pastel Green

📋 copy color: '#68DA82'

red 104 ◦ green 218 ◦ blue 130

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

Shades of Pastel Green #68DA82

Tints of Pastel Green #68DA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.76%

R = 23.01%
G = 48.23%
B = 28.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#68DA82 (or 0x68DA82) is known color: Pastel Green. HEX triplet: 68, DA and 82. RGB value is (104,218,130). Sum of RGB (Red+Green+Blue) = 104+218+130=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DA82 is #97257D. Grayscale: #AEAEAE. Windows color (decimal): -9905534 or 8575592. OLE color: 8575592.

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

Color convert

RGB 104 218 130 -
CMYK 0.52 0 0.40 0.15
HSL 133.68º 0.61% 0.63% -
HSV(B) 133.68º 0.52% 0.85% -
XYZ 34.81 54.7 29.84 -
YUV 173.88 103.23 78.16 -
System Red Green Blue C M Y K H S L
Decimal 104 218 130 0.52 0 0.40 0.15 133.68 0.61 0.63
Hex 68 DA 82 34 0 28 F 86 3D 3F
Octal 150 332 202 64 0 50 17 206 75 77
Binary 1101000 11011010 10000010 110100 0 101000 1111 10000110 111101 111111

Color Harmonies of #68DA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DA82

Black with #68DA82

Text Example


Text Example

White with #68DA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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