Html Css Color HEX #68D57E Pastel Green

📋 copy color: '#68D57E'

red 104 ◦ green 213 ◦ blue 126

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

Shades of Pastel Green #68D57E

Tints of Pastel Green #68D57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.08%

 BLUE value IS 126 (49.61% from 255) = 28.44%

R = 23.48%
G = 48.08%
B = 28.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#68D57E (or 0x68D57E) is known color: Pastel Green. HEX triplet: 68, D5 and 7E. RGB value is (104,213,126). Sum of RGB (Red+Green+Blue) = 104+213+126=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #68D57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D57E is #972A81. Grayscale: #AAAAAA. Windows color (decimal): -9906818 or 8312168. OLE color: 8312168.

HSL color Cylindrical-coordinate representation of color #68D57E: hue angle of 132.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D57E is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 213 126 -
CMYK 0.51 0 0.41 0.16
HSL 132.11º 0.56% 0.62% -
HSV(B) 132.11º 0.51% 0.84% -
XYZ 33.27 52.04 28.03 -
YUV 170.49 102.89 80.57 -
System Red Green Blue C M Y K H S L
Decimal 104 213 126 0.51 0 0.41 0.16 132.11 0.56 0.62
Hex 68 D5 7E 33 0 29 10 84 38 3E
Octal 150 325 176 63 0 51 20 204 70 76
Binary 1101000 11010101 1111110 110011 0 101001 10000 10000100 111000 111110

Color Harmonies of #68D57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D57E

Black with #68D57E

Text Example


Text Example

White with #68D57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,213,126); }

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

background-color css

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

 a { background-color: rgb(104,213,126); }

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

border-color css

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

 span { border-color: rgb(104,213,126); }

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