Html Css Color HEX #68F295 Pastel Green

📋 copy color: '#68F295'

red 104 ◦ green 242 ◦ blue 149

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

Shades of Pastel Green #68F295

Tints of Pastel Green #68F295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.89%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 21.01%
G = 48.89%
B = 30.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#68F295 (or 0x68F295) is known color: Pastel Green. HEX triplet: 68, F2 and 95. RGB value is (104,242,149). Sum of RGB (Red+Green+Blue) = 104+242+149=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #68F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F295 is #970D6A. Grayscale: #BEBEBE. Windows color (decimal): -9899371 or 9826920. OLE color: 9826920.

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

Color convert

RGB 104 242 149 -
CMYK 0.57 0 0.38 0.05
HSL 139.57º 0.84% 0.68% -
HSV(B) 139.57º 0.57% 0.95% -
XYZ 42.89 68.62 39.42 -
YUV 190.14 104.78 66.56 -
System Red Green Blue C M Y K H S L
Decimal 104 242 149 0.57 0 0.38 0.05 139.57 0.84 0.68
Hex 68 F2 95 39 0 26 5 8C 54 44
Octal 150 362 225 71 0 46 5 214 124 104
Binary 1101000 11110010 10010101 111001 0 100110 101 10001100 1010100 1000100

Color Harmonies of #68F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F295

Black with #68F295

Text Example


Text Example

White with #68F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,242,149); }

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

background-color css

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

 a { background-color: rgb(104,242,149); }

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

border-color css

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

 span { border-color: rgb(104,242,149); }

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