Html Css Color HEX #68E072 Pastel Green

📋 copy color: '#68E072'

red 104 ◦ green 224 ◦ blue 114

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

Shades of Pastel Green #68E072

Tints of Pastel Green #68E072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.68%

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 23.53%
G = 50.68%
B = 25.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#68E072 (or 0x68E072) is known color: Pastel Green. HEX triplet: 68, E0 and 72. RGB value is (104,224,114). Sum of RGB (Red+Green+Blue) = 104+224+114=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #68E072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68E072 is #971F8D. Grayscale: #AFAFAF. Windows color (decimal): -9904014 or 7528552. OLE color: 7528552.

HSL color Cylindrical-coordinate representation of color #68E072: hue angle of 125º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E072 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 224 114 -
CMYK 0.54 0 0.49 0.12
HSL 125º 0.66% 0.64% -
HSV(B) 125º 0.54% 0.88% -
XYZ 35.4 57.47 25.15 -
YUV 175.58 93.24 76.94 -
System Red Green Blue C M Y K H S L
Decimal 104 224 114 0.54 0 0.49 0.12 125 0.66 0.64
Hex 68 E0 72 36 0 31 C 7D 42 40
Octal 150 340 162 66 0 61 14 175 102 100
Binary 1101000 11100000 1110010 110110 0 110001 1100 1111101 1000010 1000000

Color Harmonies of #68E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E072

Black with #68E072

Text Example


Text Example

White with #68E072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,224,114); }

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

background-color css

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

 a { background-color: rgb(104,224,114); }

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

border-color css

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

 span { border-color: rgb(104,224,114); }

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