#68F380

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

Shades of Pastel Green #68F380

Tints of Pastel Green #68F380

Color information

#68F380 (or 0x68F380) is unknown color: approx Pastel Green. HEX triplet: 68, F3 and 80. RGB value is (104,243,128). Sum of RGB (Red+Green+Blue) = 104+243+128=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #68F380 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F380 is #970C7F. Grayscale: #BCBCBC. Windows color (decimal): -9899136 or 8450920. OLE color: 8450920.

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

Color convert

RGB104243128-
CMYK0.5700.470.05
HSL130.36º85.28%68.04%-
HSV(B)130.36º57.2%95.29%-
XYZ41.6668.631.47-
YUV188.3393.9567.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 243 (95.31% from 255) = 51.16%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=21.89%
G=51.16%
B=26.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042431280.5700.470.05130.3685.2868.04
Hex68F3803902F5825544
Octal150363200710575202125104
Binary1101000111100111000000011100101011111011000001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,243,128); }

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

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

 a { background-color: rgb(104,243,128); }

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

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

 span { border-color: rgb(104,243,128); }

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