Html Css Color HEX #68F287 Pastel Green

📋 copy color: '#68F287'

red 104 ◦ green 242 ◦ blue 135

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

Shades of Pastel Green #68F287

Tints of Pastel Green #68F287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 21.62%
G = 50.31%
B = 28.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#68F287 (or 0x68F287) is known color: Pastel Green. HEX triplet: 68, F2 and 87. RGB value is (104,242,135). Sum of RGB (Red+Green+Blue) = 104+242+135=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #68F287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F287 is #970D78. Grayscale: #BCBCBC. Windows color (decimal): -9899385 or 8909416. OLE color: 8909416.

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

Color convert

RGB 104 242 135 -
CMYK 0.57 0 0.44 0.05
HSL 133.48º 0.84% 0.68% -
HSV(B) 133.48º 0.57% 0.95% -
XYZ 41.83 68.2 33.88 -
YUV 188.54 97.78 67.7 -
System Red Green Blue C M Y K H S L
Decimal 104 242 135 0.57 0 0.44 0.05 133.48 0.84 0.68
Hex 68 F2 87 39 0 2C 5 85 54 44
Octal 150 362 207 71 0 54 5 205 124 104
Binary 1101000 11110010 10000111 111001 0 101100 101 10000101 1010100 1000100

Color Harmonies of #68F287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F287

Black with #68F287

Text Example


Text Example

White with #68F287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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