Html Css Color HEX #68CD7A Pastel Green

📋 copy color: '#68CD7A'

red 104 ◦ green 205 ◦ blue 122

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

Shades of Pastel Green #68CD7A

Tints of Pastel Green #68CD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 24.13%
G = 47.56%
B = 28.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#68CD7A (or 0x68CD7A) is known color: Pastel Green. HEX triplet: 68, CD and 7A. RGB value is (104,205,122). Sum of RGB (Red+Green+Blue) = 104+205+122=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD7A is #973285. Grayscale: #A5A5A5. Windows color (decimal): -9908870 or 8047976. OLE color: 8047976.

HSL color Cylindrical-coordinate representation of color #68CD7A: hue angle of 130.69º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CD7A is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 205 122 -
CMYK 0.49 0 0.40 0.20
HSL 130.69º 0.5% 0.61% -
HSV(B) 130.69º 0.49% 0.8% -
XYZ 31.05 48.01 26.04 -
YUV 165.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 104 205 122 0.49 0 0.40 0.20 130.69 0.5 0.61
Hex 68 CD 7A 31 0 28 14 83 32 3D
Octal 150 315 172 61 0 50 24 203 62 75
Binary 1101000 11001101 1111010 110001 0 101000 10100 10000011 110010 111101

Color Harmonies of #68CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CD7A

Black with #68CD7A

Text Example


Text Example

White with #68CD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,205,122); }

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

background-color css

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

 a { background-color: rgb(104,205,122); }

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

border-color css

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

 span { border-color: rgb(104,205,122); }

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