Html Css Color HEX #68F096 Pastel Green

📋 copy color: '#68F096'

red 104 ◦ green 240 ◦ blue 150

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

Shades of Pastel Green #68F096

Tints of Pastel Green #68F096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.36%

R = 21.05%
G = 48.58%
B = 30.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#68F096 (or 0x68F096) is known color: Pastel Green. HEX triplet: 68, F0 and 96. RGB value is (104,240,150). Sum of RGB (Red+Green+Blue) = 104+240+150=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #68F096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F096 is #970F69. Grayscale: #BDBDBD. Windows color (decimal): -9899882 or 9891944. OLE color: 9891944.

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

Color convert

RGB 104 240 150 -
CMYK 0.57 0 0.37 0.06
HSL 140.29º 0.82% 0.67% -
HSV(B) 140.29º 0.57% 0.94% -
XYZ 42.37 67.47 39.64 -
YUV 189.08 105.94 67.32 -
System Red Green Blue C M Y K H S L
Decimal 104 240 150 0.57 0 0.37 0.06 140.29 0.82 0.67
Hex 68 F0 96 39 0 25 6 8C 52 43
Octal 150 360 226 71 0 45 6 214 122 103
Binary 1101000 11110000 10010110 111001 0 100101 110 10001100 1010010 1000011

Color Harmonies of #68F096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F096

Black with #68F096

Text Example


Text Example

White with #68F096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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