#6BCF77

Color #6BCF77 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6BCF77

Tints of Pastel Green #6BCF77

Color information

#6BCF77 (or 0x6BCF77) is unknown color: approx Pastel Green. HEX triplet: 6B, CF and 77. RGB value is (107,207,119). Sum of RGB (Red+Green+Blue) = 107+207+119=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCF77 is #943088. Grayscale: #A7A7A7. Windows color (decimal): -9711753 or 7851883. OLE color: 7851883.

HSL color Cylindrical-coordinate representation of color #6BCF77: hue angle of 127.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCF77 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB107207119-
CMYK0.4800.430.19
HSL127.2º51.02%61.57%-
HSV(B)127.2º48.31%81.18%-
XYZ31.7149.0825.26-
YUV167.07100.8785.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.71%
GREEN value IS 207 (81.25% from 255) = 47.81%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=24.71%
G=47.81%
B=27.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1072071190.4800.430.19127.251.0261.57
Hex6BCF773002B137f333e
Octal15331716760053231776376
Binary11010111100111111101111100000101011100111111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,207,119); }

 H1.HeaderClassName
 {
   color: #6BCF77;
 }
 .AnyTagClassName
 {
   color: #6BCF77;
 }
</style>
background-color css

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

 a { background-color: rgb(107,207,119); }

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

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

 span { border-color: rgb(107,207,119); }

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