Html Css Color HEX #6CF080 Pastel Green

📋 copy color: '#6CF080'

red 108 ◦ green 240 ◦ blue 128

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

Shades of Pastel Green #6CF080

Tints of Pastel Green #6CF080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 22.69%
G = 50.42%
B = 26.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#6CF080 (or 0x6CF080) is known color: Pastel Green. HEX triplet: 6C, F0 and 80. RGB value is (108,240,128). Sum of RGB (Red+Green+Blue) = 108+240+128=476 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.69% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF080 is #930F7F. Grayscale: #BCBCBC. Windows color (decimal): -9637760 or 8450156. OLE color: 8450156.

HSL color Cylindrical-coordinate representation of color #6CF080: hue angle of 129.09º 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 #6CF080 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 240 128 -
CMYK 0.55 0 0.47 0.06
HSL 129.09º 0.81% 0.68% -
HSV(B) 129.09º 0.55% 0.94% -
XYZ 41.24 67.07 31.19 -
YUV 187.76 94.27 71.11 -
System Red Green Blue C M Y K H S L
Decimal 108 240 128 0.55 0 0.47 0.06 129.09 0.81 0.68
Hex 6C F0 80 37 0 2F 6 81 51 44
Octal 154 360 200 67 0 57 6 201 121 104
Binary 1101100 11110000 10000000 110111 0 101111 110 10000001 1010001 1000100

Color Harmonies of #6CF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF080

Black with #6CF080

Text Example


Text Example

White with #6CF080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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