Html Css Color HEX #68DA6B Pastel Green

📋 copy color: '#68DA6B'

red 104 ◦ green 218 ◦ blue 107

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

Shades of Pastel Green #68DA6B

Tints of Pastel Green #68DA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 24.24%
G = 50.82%
B = 24.94%

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

#68DA6B (or 0x68DA6B) is known color: Pastel Green. HEX triplet: 68, DA and 6B. RGB value is (104,218,107). Sum of RGB (Red+Green+Blue) = 104+218+107=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA6B is #972594. Grayscale: #ABABAB. Windows color (decimal): -9905557 or 7068264. OLE color: 7068264.

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

Color convert

RGB 104 218 107 -
CMYK 0.52 0 0.51 0.15
HSL 121.58º 0.61% 0.63% -
HSV(B) 121.58º 0.52% 0.85% -
XYZ 33.43 54.15 22.6 -
YUV 171.26 91.73 80.03 -
System Red Green Blue C M Y K H S L
Decimal 104 218 107 0.52 0 0.51 0.15 121.58 0.61 0.63
Hex 68 DA 6B 34 0 33 F 7A 3D 3F
Octal 150 332 153 64 0 63 17 172 75 77
Binary 1101000 11011010 1101011 110100 0 110011 1111 1111010 111101 111111

Color Harmonies of #68DA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DA6B

Black with #68DA6B

Text Example


Text Example

White with #68DA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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