Html Css Color HEX #68ED8F Pastel Green

📋 copy color: '#68ED8F'

red 104 ◦ green 237 ◦ blue 143

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

Shades of Pastel Green #68ED8F

Tints of Pastel Green #68ED8F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.97%

 BLUE value IS 143 (56.25% from 255) = 29.55%

R = 21.49%
G = 48.97%
B = 29.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#68ED8F (or 0x68ED8F) is known color: Pastel Green. HEX triplet: 68, ED and 8F. RGB value is (104,237,143). Sum of RGB (Red+Green+Blue) = 104+237+143=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #68ED8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ED8F is #971270. Grayscale: #BABABA. Windows color (decimal): -9900657 or 9432424. OLE color: 9432424.

HSL color Cylindrical-coordinate representation of color #68ED8F: hue angle of 137.59º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ED8F is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 237 143 -
CMYK 0.56 0 0.40 0.07
HSL 137.59º 0.79% 0.67% -
HSV(B) 137.59º 0.56% 0.93% -
XYZ 40.95 65.49 36.47 -
YUV 186.52 103.44 69.14 -
System Red Green Blue C M Y K H S L
Decimal 104 237 143 0.56 0 0.40 0.07 137.59 0.79 0.67
Hex 68 ED 8F 38 0 28 7 8A 4F 43
Octal 150 355 217 70 0 50 7 212 117 103
Binary 1101000 11101101 10001111 111000 0 101000 111 10001010 1001111 1000011

Color Harmonies of #68ED8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ED8F

Black with #68ED8F

Text Example


Text Example

White with #68ED8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,237,143); }

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

background-color css

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

 a { background-color: rgb(104,237,143); }

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

border-color css

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

 span { border-color: rgb(104,237,143); }

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