Html Css Color HEX #68D75F Pastel Green

📋 copy color: '#68D75F'

red 104 ◦ green 215 ◦ blue 95

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

Shades of Pastel Green #68D75F

Tints of Pastel Green #68D75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.93%

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

R = 25.12%
G = 51.93%
B = 22.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#68D75F (or 0x68D75F) is known color: Pastel Green. HEX triplet: 68, D7 and 5F. RGB value is (104,215,95). Sum of RGB (Red+Green+Blue) = 104+215+95=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #68D75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D75F is #9728A0. Grayscale: #A8A8A8. Windows color (decimal): -9906337 or 6281064. OLE color: 6281064.

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

Color convert

RGB 104 215 95 -
CMYK 0.52 0 0.56 0.16
HSL 115.5º 0.6% 0.61% -
HSV(B) 115.5º 0.56% 0.84% -
XYZ 32.07 52.37 19.24 -
YUV 168.13 86.73 82.26 -
System Red Green Blue C M Y K H S L
Decimal 104 215 95 0.52 0 0.56 0.16 115.5 0.6 0.61
Hex 68 D7 5F 34 0 38 10 74 3C 3D
Octal 150 327 137 64 0 70 20 164 74 75
Binary 1101000 11010111 1011111 110100 0 111000 10000 1110100 111100 111101

Color Harmonies of #68D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D75F

Black with #68D75F

Text Example


Text Example

White with #68D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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