Html Css Color HEX #68F07C Pastel Green

📋 copy color: '#68F07C'

red 104 ◦ green 240 ◦ blue 124

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

Shades of Pastel Green #68F07C

Tints of Pastel Green #68F07C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.28%

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 22.22%
G = 51.28%
B = 26.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#68F07C (or 0x68F07C) is known color: Pastel Green. HEX triplet: 68, F0 and 7C. RGB value is (104,240,124). Sum of RGB (Red+Green+Blue) = 104+240+124=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #68F07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68F07C is #970F83. Grayscale: #BABABA. Windows color (decimal): -9899908 or 8188008. OLE color: 8188008.

HSL color Cylindrical-coordinate representation of color #68F07C: hue angle of 128.82º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F07C is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 240 124 -
CMYK 0.57 0 0.48 0.06
HSL 128.82º 0.82% 0.67% -
HSV(B) 128.82º 0.57% 0.94% -
XYZ 40.51 66.72 29.81 -
YUV 186.11 92.94 69.43 -
System Red Green Blue C M Y K H S L
Decimal 104 240 124 0.57 0 0.48 0.06 128.82 0.82 0.67
Hex 68 F0 7C 39 0 30 6 81 52 43
Octal 150 360 174 71 0 60 6 201 122 103
Binary 1101000 11110000 1111100 111001 0 110000 110 10000001 1010010 1000011

Color Harmonies of #68F07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F07C

Black with #68F07C

Text Example


Text Example

White with #68F07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,240,124); }

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

background-color css

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

 a { background-color: rgb(104,240,124); }

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

border-color css

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

 span { border-color: rgb(104,240,124); }

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