Html Css Color HEX #68F094 Pastel Green

📋 copy color: '#68F094'

red 104 ◦ green 240 ◦ blue 148

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

Shades of Pastel Green #68F094

Tints of Pastel Green #68F094

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.78%

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 21.14%
G = 48.78%
B = 30.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#68F094 (or 0x68F094) is known color: Pastel Green. HEX triplet: 68, F0 and 94. RGB value is (104,240,148). Sum of RGB (Red+Green+Blue) = 104+240+148=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #68F094 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F094 is #970F6B. Grayscale: #BDBDBD. Windows color (decimal): -9899884 or 9760872. OLE color: 9760872.

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

Color convert

RGB 104 240 148 -
CMYK 0.57 0 0.38 0.06
HSL 139.41º 0.82% 0.67% -
HSV(B) 139.41º 0.57% 0.94% -
XYZ 42.21 67.4 38.8 -
YUV 188.85 104.94 67.48 -
System Red Green Blue C M Y K H S L
Decimal 104 240 148 0.57 0 0.38 0.06 139.41 0.82 0.67
Hex 68 F0 94 39 0 26 6 8B 52 43
Octal 150 360 224 71 0 46 6 213 122 103
Binary 1101000 11110000 10010100 111001 0 100110 110 10001011 1010010 1000011

Color Harmonies of #68F094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F094

Black with #68F094

Text Example


Text Example

White with #68F094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,240,148); }

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

background-color css

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

 a { background-color: rgb(104,240,148); }

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

border-color css

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

 span { border-color: rgb(104,240,148); }

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