Html Css Color HEX #68F38D Pastel Green

📋 copy color: '#68F38D'

red 104 ◦ green 243 ◦ blue 141

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

Shades of Pastel Green #68F38D

Tints of Pastel Green #68F38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.8%

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 21.31%
G = 49.8%
B = 28.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#68F38D (or 0x68F38D) is known color: Pastel Green. HEX triplet: 68, F3 and 8D. RGB value is (104,243,141). Sum of RGB (Red+Green+Blue) = 104+243+141=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #68F38D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F38D is #970C72. Grayscale: #BEBEBE. Windows color (decimal): -9899123 or 9302888. OLE color: 9302888.

HSL color Cylindrical-coordinate representation of color #68F38D: hue angle of 135.97º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F38D is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 243 141 -
CMYK 0.57 0 0.42 0.05
HSL 135.97º 0.85% 0.68% -
HSV(B) 135.97º 0.57% 0.95% -
XYZ 42.57 68.97 36.27 -
YUV 189.81 100.45 66.79 -
System Red Green Blue C M Y K H S L
Decimal 104 243 141 0.57 0 0.42 0.05 135.97 0.85 0.68
Hex 68 F3 8D 39 0 2A 5 88 55 44
Octal 150 363 215 71 0 52 5 210 125 104
Binary 1101000 11110011 10001101 111001 0 101010 101 10001000 1010101 1000100

Color Harmonies of #68F38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F38D

Black with #68F38D

Text Example


Text Example

White with #68F38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,243,141); }

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

background-color css

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

 a { background-color: rgb(104,243,141); }

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

border-color css

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

 span { border-color: rgb(104,243,141); }

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