Html Css Color HEX #68E985 Pastel Green

📋 copy color: '#68E985'

red 104 ◦ green 233 ◦ blue 133

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

Shades of Pastel Green #68E985

Tints of Pastel Green #68E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.57%

 BLUE value IS 133 (52.34% from 255) = 28.3%

R = 22.13%
G = 49.57%
B = 28.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#68E985 (or 0x68E985) is known color: Pastel Green. HEX triplet: 68, E9 and 85. RGB value is (104,233,133). Sum of RGB (Red+Green+Blue) = 104+233+133=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #68E985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E985 is #97167A. Grayscale: #B7B7B7. Windows color (decimal): -9901691 or 8776040. OLE color: 8776040.

HSL color Cylindrical-coordinate representation of color #68E985: hue angle of 133.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E985 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 233 133 -
CMYK 0.55 0 0.43 0.09
HSL 133.49º 0.75% 0.66% -
HSV(B) 133.49º 0.55% 0.91% -
XYZ 39.08 62.91 32.27 -
YUV 183.03 99.76 71.63 -
System Red Green Blue C M Y K H S L
Decimal 104 233 133 0.55 0 0.43 0.09 133.49 0.75 0.66
Hex 68 E9 85 37 0 2B 9 85 4B 42
Octal 150 351 205 67 0 53 11 205 113 102
Binary 1101000 11101001 10000101 110111 0 101011 1001 10000101 1001011 1000010

Color Harmonies of #68E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E985

Black with #68E985

Text Example


Text Example

White with #68E985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,233,133); }

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

background-color css

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

 a { background-color: rgb(104,233,133); }

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

border-color css

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

 span { border-color: rgb(104,233,133); }

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