Html Css Color HEX #68ED91 Pastel Green

📋 copy color: '#68ED91'

red 104 ◦ green 237 ◦ blue 145

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

Shades of Pastel Green #68ED91

Tints of Pastel Green #68ED91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.84%

R = 21.4%
G = 48.77%
B = 29.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#68ED91 (or 0x68ED91) is known color: Pastel Green. HEX triplet: 68, ED and 91. RGB value is (104,237,145). Sum of RGB (Red+Green+Blue) = 104+237+145=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #68ED91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ED91 is #97126E. Grayscale: #BABABA. Windows color (decimal): -9900655 or 9563496. OLE color: 9563496.

HSL color Cylindrical-coordinate representation of color #68ED91: hue angle of 138.5º 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 #68ED91 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 237 145 -
CMYK 0.56 0 0.39 0.07
HSL 138.5º 0.79% 0.67% -
HSV(B) 138.5º 0.56% 0.93% -
XYZ 41.1 65.56 37.28 -
YUV 186.75 104.44 68.98 -
System Red Green Blue C M Y K H S L
Decimal 104 237 145 0.56 0 0.39 0.07 138.5 0.79 0.67
Hex 68 ED 91 38 0 27 7 8A 4F 43
Octal 150 355 221 70 0 47 7 212 117 103
Binary 1101000 11101101 10010001 111000 0 100111 111 10001010 1001111 1000011

Color Harmonies of #68ED91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ED91

Black with #68ED91

Text Example


Text Example

White with #68ED91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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