Html Css Color HEX #68F291 Pastel Green

📋 copy color: '#68F291'

red 104 ◦ green 242 ◦ blue 145

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

Shades of Pastel Green #68F291

Tints of Pastel Green #68F291

RGB

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

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

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

R = 21.18%
G = 49.29%
B = 29.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#68F291 (or 0x68F291) is known color: Pastel Green. HEX triplet: 68, F2 and 91. RGB value is (104,242,145). Sum of RGB (Red+Green+Blue) = 104+242+145=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #68F291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F291 is #970D6E. Grayscale: #BDBDBD. Windows color (decimal): -9899375 or 9564776. OLE color: 9564776.

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

Color convert

RGB 104 242 145 -
CMYK 0.57 0 0.40 0.05
HSL 137.83º 0.84% 0.68% -
HSV(B) 137.83º 0.57% 0.95% -
XYZ 42.57 68.49 37.76 -
YUV 189.68 102.78 66.89 -
System Red Green Blue C M Y K H S L
Decimal 104 242 145 0.57 0 0.40 0.05 137.83 0.84 0.68
Hex 68 F2 91 39 0 28 5 8A 54 44
Octal 150 362 221 71 0 50 5 212 124 104
Binary 1101000 11110010 10010001 111001 0 101000 101 10001010 1010100 1000100

Color Harmonies of #68F291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F291

Black with #68F291

Text Example


Text Example

White with #68F291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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