Html Css Color HEX #68CF78 Pastel Green

📋 copy color: '#68CF78'

red 104 ◦ green 207 ◦ blue 120

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

Shades of Pastel Green #68CF78

Tints of Pastel Green #68CF78

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.03%

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 24.13%
G = 48.03%
B = 27.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#68CF78 (or 0x68CF78) is known color: Pastel Green. HEX triplet: 68, CF and 78. RGB value is (104,207,120). Sum of RGB (Red+Green+Blue) = 104+207+120=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CF78 is #973087. Grayscale: #A6A6A6. Windows color (decimal): -9908360 or 7917416. OLE color: 7917416.

HSL color Cylindrical-coordinate representation of color #68CF78: hue angle of 129.32º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CF78 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 207 120 -
CMYK 0.50 0 0.42 0.19
HSL 129.32º 0.52% 0.61% -
HSV(B) 129.32º 0.5% 0.81% -
XYZ 31.41 48.92 25.56 -
YUV 166.29 101.88 83.57 -
System Red Green Blue C M Y K H S L
Decimal 104 207 120 0.50 0 0.42 0.19 129.32 0.52 0.61
Hex 68 CF 78 32 0 2A 13 81 34 3D
Octal 150 317 170 62 0 52 23 201 64 75
Binary 1101000 11001111 1111000 110010 0 101010 10011 10000001 110100 111101

Color Harmonies of #68CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CF78

Black with #68CF78

Text Example


Text Example

White with #68CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,207,120); }

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

background-color css

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

 a { background-color: rgb(104,207,120); }

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

border-color css

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

 span { border-color: rgb(104,207,120); }

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