Html Css Color HEX #68F394 Pastel Green

📋 copy color: '#68F394'

red 104 ◦ green 243 ◦ blue 148

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

Shades of Pastel Green #68F394

Tints of Pastel Green #68F394

RGB

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

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

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

R = 21.01%
G = 49.09%
B = 29.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#68F394 (or 0x68F394) is known color: Pastel Green. HEX triplet: 68, F3 and 94. RGB value is (104,243,148). Sum of RGB (Red+Green+Blue) = 104+243+148=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #68F394 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F394 is #970C6B. Grayscale: #BEBEBE. Windows color (decimal): -9899116 or 9761640. OLE color: 9761640.

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

Color convert

RGB 104 243 148 -
CMYK 0.57 0 0.39 0.05
HSL 138.99º 0.85% 0.68% -
HSV(B) 138.99º 0.57% 0.95% -
XYZ 43.1 69.18 39.1 -
YUV 190.61 103.95 66.22 -
System Red Green Blue C M Y K H S L
Decimal 104 243 148 0.57 0 0.39 0.05 138.99 0.85 0.68
Hex 68 F3 94 39 0 27 5 8B 55 44
Octal 150 363 224 71 0 47 5 213 125 104
Binary 1101000 11110011 10010100 111001 0 100111 101 10001011 1010101 1000100

Color Harmonies of #68F394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F394

Black with #68F394

Text Example


Text Example

White with #68F394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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