Html Css Color HEX #68DA6A Pastel Green

📋 copy color: '#68DA6A'

red 104 ◦ green 218 ◦ blue 106

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

Shades of Pastel Green #68DA6A

Tints of Pastel Green #68DA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.77%

R = 24.3%
G = 50.93%
B = 24.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#68DA6A (or 0x68DA6A) is known color: Pastel Green. HEX triplet: 68, DA and 6A. RGB value is (104,218,106). Sum of RGB (Red+Green+Blue) = 104+218+106=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA6A is #972595. Grayscale: #ABABAB. Windows color (decimal): -9905558 or 7002728. OLE color: 7002728.

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

Color convert

RGB 104 218 106 -
CMYK 0.52 0 0.51 0.15
HSL 121.05º 0.61% 0.63% -
HSV(B) 121.05º 0.52% 0.85% -
XYZ 33.38 54.13 22.32 -
YUV 171.15 91.23 80.11 -
System Red Green Blue C M Y K H S L
Decimal 104 218 106 0.52 0 0.51 0.15 121.05 0.61 0.63
Hex 68 DA 6A 34 0 33 F 79 3D 3F
Octal 150 332 152 64 0 63 17 171 75 77
Binary 1101000 11011010 1101010 110100 0 110011 1111 1111001 111101 111111

Color Harmonies of #68DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DA6A

Black with #68DA6A

Text Example


Text Example

White with #68DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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