#68DF70

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

Shades of Pastel Green #68DF70

Tints of Pastel Green #68DF70

Color information

#68DF70 (or 0x68DF70) is unknown color: approx Pastel Green. HEX triplet: 68, DF and 70. RGB value is (104,223,112). Sum of RGB (Red+Green+Blue) = 104+223+112=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DF70 is #97208F. Grayscale: #AFAFAF. Windows color (decimal): -9904272 or 7397224. OLE color: 7397224.

HSL color Cylindrical-coordinate representation of color #68DF70: hue angle of 124.03º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DF70 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB104223112-
CMYK0.5300.500.13
HSL124.03º65.03%64.12%-
HSV(B)124.03º53.36%87.45%-
XYZ35.0256.8924.46-
YUV174.7692.5877.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.69%
GREEN value IS 223 (87.5% from 255) = 50.80%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=23.69%
G=50.80%
B=25.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042231120.5300.500.13124.0365.0364.12
Hex68DF7035032D7c4140
Octal1503371606506215174101100
Binary110100011011111111000011010101100101101111110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,223,112); }

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

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

 a { background-color: rgb(104,223,112); }

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

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

 span { border-color: rgb(104,223,112); }

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