Html Css Color HEX #68EF8A Pastel Green

📋 copy color: '#68EF8A'

red 104 ◦ green 239 ◦ blue 138

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

Shades of Pastel Green #68EF8A

Tints of Pastel Green #68EF8A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 21.62%
G = 49.69%
B = 28.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#68EF8A (or 0x68EF8A) is known color: Pastel Green. HEX triplet: 68, EF and 8A. RGB value is (104,239,138). Sum of RGB (Red+Green+Blue) = 104+239+138=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF8A is #971075. Grayscale: #BBBBBB. Windows color (decimal): -9900150 or 9105256. OLE color: 9105256.

HSL color Cylindrical-coordinate representation of color #68EF8A: hue angle of 135.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EF8A is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 239 138 -
CMYK 0.56 0 0.42 0.06
HSL 135.11º 0.81% 0.67% -
HSV(B) 135.11º 0.56% 0.94% -
XYZ 41.16 66.51 34.71 -
YUV 187.12 100.27 68.71 -
System Red Green Blue C M Y K H S L
Decimal 104 239 138 0.56 0 0.42 0.06 135.11 0.81 0.67
Hex 68 EF 8A 38 0 2A 6 87 51 43
Octal 150 357 212 70 0 52 6 207 121 103
Binary 1101000 11101111 10001010 111000 0 101010 110 10000111 1010001 1000011

Color Harmonies of #68EF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EF8A

Black with #68EF8A

Text Example


Text Example

White with #68EF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,239,138); }

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

background-color css

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

 a { background-color: rgb(104,239,138); }

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

border-color css

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

 span { border-color: rgb(104,239,138); }

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