Html Css Color HEX #68EA74 Pastel Green

📋 copy color: '#68EA74'

red 104 ◦ green 234 ◦ blue 116

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

Shades of Pastel Green #68EA74

Tints of Pastel Green #68EA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.54%

 BLUE value IS 116 (45.7% from 255) = 25.55%

R = 22.91%
G = 51.54%
B = 25.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#68EA74 (or 0x68EA74) is known color: Pastel Green. HEX triplet: 68, EA and 74. RGB value is (104,234,116). Sum of RGB (Red+Green+Blue) = 104+234+116=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68EA74 is #97158B. Grayscale: #B6B6B6. Windows color (decimal): -9901452 or 7662184. OLE color: 7662184.

HSL color Cylindrical-coordinate representation of color #68EA74: hue angle of 125.54º degrees, saturation: 0.76, 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 #68EA74 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 234 116 -
CMYK 0.56 0 0.50 0.08
HSL 125.54º 0.76% 0.66% -
HSV(B) 125.54º 0.56% 0.92% -
XYZ 38.28 63.05 26.68 -
YUV 181.68 90.93 72.59 -
System Red Green Blue C M Y K H S L
Decimal 104 234 116 0.56 0 0.50 0.08 125.54 0.76 0.66
Hex 68 EA 74 38 0 32 8 7E 4C 42
Octal 150 352 164 70 0 62 10 176 114 102
Binary 1101000 11101010 1110100 111000 0 110010 1000 1111110 1001100 1000010

Color Harmonies of #68EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EA74

Black with #68EA74

Text Example


Text Example

White with #68EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,234,116); }

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

background-color css

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

 a { background-color: rgb(104,234,116); }

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

border-color css

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

 span { border-color: rgb(104,234,116); }

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