Html Css Color HEX #68D582 Pastel Green

📋 copy color: '#68D582'

red 104 ◦ green 213 ◦ blue 130

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

Shades of Pastel Green #68D582

Tints of Pastel Green #68D582

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.65%

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

R = 23.27%
G = 47.65%
B = 29.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#68D582 (or 0x68D582) is known color: Pastel Green. HEX triplet: 68, D5 and 82. RGB value is (104,213,130). Sum of RGB (Red+Green+Blue) = 104+213+130=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #68D582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D582 is #972A7D. Grayscale: #ABABAB. Windows color (decimal): -9906814 or 8574312. OLE color: 8574312.

HSL color Cylindrical-coordinate representation of color #68D582: hue angle of 134.31º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D582 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 213 130 -
CMYK 0.51 0 0.39 0.16
HSL 134.31º 0.56% 0.62% -
HSV(B) 134.31º 0.51% 0.84% -
XYZ 33.53 52.14 29.42 -
YUV 170.95 104.89 80.25 -
System Red Green Blue C M Y K H S L
Decimal 104 213 130 0.51 0 0.39 0.16 134.31 0.56 0.62
Hex 68 D5 82 33 0 27 10 86 38 3E
Octal 150 325 202 63 0 47 20 206 70 76
Binary 1101000 11010101 10000010 110011 0 100111 10000 10000110 111000 111110

Color Harmonies of #68D582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D582

Black with #68D582

Text Example


Text Example

White with #68D582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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