Html Css Color HEX #68EB70 Pastel Green

📋 copy color: '#68EB70'

red 104 ◦ green 235 ◦ blue 112

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

Shades of Pastel Green #68EB70

Tints of Pastel Green #68EB70

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.11%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 23.06%
G = 52.11%
B = 24.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#68EB70 (or 0x68EB70) is known color: Pastel Green. HEX triplet: 68, EB and 70. RGB value is (104,235,112). Sum of RGB (Red+Green+Blue) = 104+235+112=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68EB70 is #97148F. Grayscale: #B6B6B6. Windows color (decimal): -9901200 or 7400296. OLE color: 7400296.

HSL color Cylindrical-coordinate representation of color #68EB70: hue angle of 123.66º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EB70 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 112 -
CMYK 0.56 0 0.52 0.08
HSL 123.66º 0.77% 0.66% -
HSV(B) 123.66º 0.56% 0.92% -
XYZ 38.34 63.53 25.57 -
YUV 181.81 88.6 72.5 -
System Red Green Blue C M Y K H S L
Decimal 104 235 112 0.56 0 0.52 0.08 123.66 0.77 0.66
Hex 68 EB 70 38 0 34 8 7C 4D 42
Octal 150 353 160 70 0 64 10 174 115 102
Binary 1101000 11101011 1110000 111000 0 110100 1000 1111100 1001101 1000010

Color Harmonies of #68EB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EB70

Black with #68EB70

Text Example


Text Example

White with #68EB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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