Html Css Color HEX #6BF080 Pastel Green

📋 copy color: '#6BF080'

red 107 ◦ green 240 ◦ blue 128

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

Shades of Pastel Green #6BF080

Tints of Pastel Green #6BF080

RGB

 RED value IS 107 (42.19% from 255) = 22.53%

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

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

R = 22.53%
G = 50.53%
B = 26.95%

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

#6BF080 (or 0x6BF080) is known color: Pastel Green. HEX triplet: 6B, F0 and 80. RGB value is (107,240,128). Sum of RGB (Red+Green+Blue) = 107+240+128=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF080 is #940F7F. Grayscale: #BBBBBB. Windows color (decimal): -9703296 or 8450155. OLE color: 8450155.

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

Color convert

RGB 107 240 128 -
CMYK 0.55 0 0.47 0.06
HSL 129.47º 0.82% 0.68% -
HSV(B) 129.47º 0.55% 0.94% -
XYZ 41.12 67 31.19 -
YUV 187.47 94.44 70.61 -
System Red Green Blue C M Y K H S L
Decimal 107 240 128 0.55 0 0.47 0.06 129.47 0.82 0.68
Hex 6B F0 80 37 0 2F 6 81 52 44
Octal 153 360 200 67 0 57 6 201 122 104
Binary 1101011 11110000 10000000 110111 0 101111 110 10000001 1010010 1000100

Color Harmonies of #6BF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF080

Black with #6BF080

Text Example


Text Example

White with #6BF080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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