Html Css Color HEX #68EE85 Pastel Green

📋 copy color: '#68EE85'

red 104 ◦ green 238 ◦ blue 133

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

Shades of Pastel Green #68EE85

Tints of Pastel Green #68EE85

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.11%

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

R = 21.89%
G = 50.11%
B = 28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#68EE85 (or 0x68EE85) is known color: Pastel Green. HEX triplet: 68, EE and 85. RGB value is (104,238,133). Sum of RGB (Red+Green+Blue) = 104+238+133=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EE85 is #97117A. Grayscale: #BABABA. Windows color (decimal): -9900411 or 8777320. OLE color: 8777320.

HSL color Cylindrical-coordinate representation of color #68EE85: hue angle of 132.99º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EE85 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 238 133 -
CMYK 0.56 0 0.44 0.07
HSL 132.99º 0.8% 0.67% -
HSV(B) 132.99º 0.56% 0.93% -
XYZ 40.52 65.79 32.75 -
YUV 185.96 98.11 69.54 -
System Red Green Blue C M Y K H S L
Decimal 104 238 133 0.56 0 0.44 0.07 132.99 0.8 0.67
Hex 68 EE 85 38 0 2C 7 85 50 43
Octal 150 356 205 70 0 54 7 205 120 103
Binary 1101000 11101110 10000101 111000 0 101100 111 10000101 1010000 1000011

Color Harmonies of #68EE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EE85

Black with #68EE85

Text Example


Text Example

White with #68EE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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