Html Css Color HEX #68D274 Pastel Green

📋 copy color: '#68D274'

red 104 ◦ green 210 ◦ blue 116

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

Shades of Pastel Green #68D274

Tints of Pastel Green #68D274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.84%

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 24.19%
G = 48.84%
B = 26.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#68D274 (or 0x68D274) is known color: Pastel Green. HEX triplet: 68, D2 and 74. RGB value is (104,210,116). Sum of RGB (Red+Green+Blue) = 104+210+116=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #68D274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D274 is #972D8B. Grayscale: #A7A7A7. Windows color (decimal): -9907596 or 7656040. OLE color: 7656040.

HSL color Cylindrical-coordinate representation of color #68D274: hue angle of 126.79º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D274 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 210 116 -
CMYK 0.50 0 0.45 0.18
HSL 126.79º 0.54% 0.62% -
HSV(B) 126.79º 0.5% 0.82% -
XYZ 31.91 50.3 24.55 -
YUV 167.59 98.88 82.64 -
System Red Green Blue C M Y K H S L
Decimal 104 210 116 0.50 0 0.45 0.18 126.79 0.54 0.62
Hex 68 D2 74 32 0 2D 12 7F 36 3E
Octal 150 322 164 62 0 55 22 177 66 76
Binary 1101000 11010010 1110100 110010 0 101101 10010 1111111 110110 111110

Color Harmonies of #68D274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D274

Black with #68D274

Text Example


Text Example

White with #68D274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,210,116); }

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

background-color css

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

 a { background-color: rgb(104,210,116); }

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

border-color css

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

 span { border-color: rgb(104,210,116); }

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