Html Css Color HEX #68DB5F Pastel Green

📋 copy color: '#68DB5F'

red 104 ◦ green 219 ◦ blue 95

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

Shades of Pastel Green #68DB5F

Tints of Pastel Green #68DB5F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.39%

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 24.88%
G = 52.39%
B = 22.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#68DB5F (or 0x68DB5F) is known color: Pastel Green. HEX triplet: 68, DB and 5F. RGB value is (104,219,95). Sum of RGB (Red+Green+Blue) = 104+219+95=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DB5F is #9724A0. Grayscale: #AAAAAA. Windows color (decimal): -9905313 or 6282088. OLE color: 6282088.

HSL color Cylindrical-coordinate representation of color #68DB5F: hue angle of 115.65º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68DB5F is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 95 -
CMYK 0.53 0 0.57 0.14
HSL 115.65º 0.63% 0.62% -
HSV(B) 115.65º 0.57% 0.86% -
XYZ 33.11 54.43 19.59 -
YUV 170.48 85.4 80.58 -
System Red Green Blue C M Y K H S L
Decimal 104 219 95 0.53 0 0.57 0.14 115.65 0.63 0.62
Hex 68 DB 5F 35 0 39 E 74 3F 3E
Octal 150 333 137 65 0 71 16 164 77 76
Binary 1101000 11011011 1011111 110101 0 111001 1110 1110100 111111 111110

Color Harmonies of #68DB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DB5F

Black with #68DB5F

Text Example


Text Example

White with #68DB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,219,95); }

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

background-color css

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

 a { background-color: rgb(104,219,95); }

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

border-color css

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

 span { border-color: rgb(104,219,95); }

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