#68F288

Color #68F288 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #68F288

Tints of Pastel Green #68F288

Color information

#68F288 (or 0x68F288) is unknown color: approx Pastel Green. HEX triplet: 68, F2 and 88. RGB value is (104,242,136). Sum of RGB (Red+Green+Blue) = 104+242+136=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #68F288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F288 is #970D77. Grayscale: #BCBCBC. Windows color (decimal): -9899384 or 8974952. OLE color: 8974952.

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

Color convert

RGB104242136-
CMYK0.5700.440.05
HSL133.91º84.15%67.84%-
HSV(B)133.91º57.02%94.9%-
XYZ41.968.2234.25-
YUV188.6598.2867.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.58%
GREEN value IS 242 (94.92% from 255) = 50.21%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=21.58%
G=50.21%
B=28.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042421360.5700.440.05133.9184.1567.84
Hex68F2883902C5865444
Octal150362210710545206124104
Binary1101000111100101000100011100101011001011000011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68F288;
 }
 .AnyTagClassName
 {
   color: #68F288;
 }
</style>
background-color css

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

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

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

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

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

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