Html Css Color HEX #6CF086 Pastel Green

📋 copy color: '#6CF086'

red 108 ◦ green 240 ◦ blue 134

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

Shades of Pastel Green #6CF086

Tints of Pastel Green #6CF086

RGB

 RED value IS 108 (42.58% from 255) = 22.41%

 GREEN value IS 240 (94.14% from 255) = 49.79%

 BLUE value IS 134 (52.73% from 255) = 27.8%

R = 22.41%
G = 49.79%
B = 27.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#6CF086 (or 0x6CF086) is known color: Pastel Green. HEX triplet: 6C, F0 and 86. RGB value is (108,240,134). Sum of RGB (Red+Green+Blue) = 108+240+134=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF086 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF086 is #930F79. Grayscale: #BCBCBC. Windows color (decimal): -9637754 or 8843372. OLE color: 8843372.

HSL color Cylindrical-coordinate representation of color #6CF086: hue angle of 131.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF086 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 240 134 -
CMYK 0.55 0 0.44 0.06
HSL 131.82º 0.81% 0.68% -
HSV(B) 131.82º 0.55% 0.94% -
XYZ 41.65 67.23 33.34 -
YUV 188.45 97.27 70.62 -
System Red Green Blue C M Y K H S L
Decimal 108 240 134 0.55 0 0.44 0.06 131.82 0.81 0.68
Hex 6C F0 86 37 0 2C 6 84 51 44
Octal 154 360 206 67 0 54 6 204 121 104
Binary 1101100 11110000 10000110 110111 0 101100 110 10000100 1010001 1000100

Color Harmonies of #6CF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF086

Black with #6CF086

Text Example


Text Example

White with #6CF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CF086; }

 p { color: rgb(108,240,134); }

 H1.HeaderClassName
 {
   color: #6CF086;
 }
 .AnyTagClassName
 {
   color: #6CF086;
 }
</style>

background-color css

<style>
 a { background-color: #6CF086; }

 a { background-color: rgb(108,240,134); }

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

border-color css

<style>
 span { border-color: #6CF086; }

 span { border-color: rgb(108,240,134); }

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